Openwrt/toolchain
Luiz Angelo Daros de Luca 0d0617ff14 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.

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

Fixes openwrt/packages#9297

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-08-17 16:57:32 +02:00
..
binutils
fortify-headers
gcc
gdb
glibc
kernel-headers
musl musl: ldso/dlsym: fix mips returning undef dlsym 2019-08-17 16:57:32 +02:00
nasm
uClibc
wrapper
Config.in toolchain: Remove powerpc64 libc restriction 2019-08-05 23:22:26 +02:00
info.mk
Makefile Revert faulty tree push 2019-08-12 12:27:06 +02:00