openwrt/toolchain
Luiz Angelo Daros de Luca 5e3b21c916 musl: ldso/dlsym: fix mips returning undef dlsym
This happens only the second time a library is loaded by dlopen().
After lib1 is loaded, dlsym(lib1,"undef1") correctly resolves the undef
symbol from lib1 dependencies. After the second library is loaded,
dlsym(lib2,"undef1") was returning the address of "undef1" in lib2
instead of searching lib2 dependencies.

Backporting upstream fix which now uses the same logic for relocation
time and dlsym.

Fixes 

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-08-17 17:23:17 +02:00
..
binutils toolchain/binutils: Use xz tarballs where possible 2018-04-29 18:58:20 +02:00
fortify-headers toolchain/fortify-headers: Update to 0.9 2017-09-30 22:44:18 +02:00
gcc toolchain: gccgo: fix building gccgo compiler 2018-05-07 13:33:44 +08:00
gdb toolchain: gdb: enable TUI 2018-12-18 09:44:04 +01:00
glibc toolchain/glibc: update to latest 2.26 commit 2018-09-13 11:11:53 +02:00
kernel-headers kernel-headers: adjust PKG_ variables when using git clone method 2018-01-27 16:46:45 +01:00
musl musl: ldso/dlsym: fix mips returning undef dlsym 2019-08-17 17:23:17 +02:00
uClibc uClibc-ng: update to 1.0.30 2018-05-24 17:24:30 +02:00
wrapper buildroot: allow specifying libc personality for external toolchains 2013-02-20 15:06:10 +00:00
yasm treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
Config.in toolchain: gdb: activate on ARM64 2018-02-10 20:15:52 +01:00
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 2009-04-24 02:07:24 +00:00
Makefile build: drop buildbot toolchain rebuild check when not using git 2018-09-24 11:08:44 +02:00