1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-22 15:38:43 +02:00
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 toolchain/fortify-headers: Update to 1.1 2019-07-28 09:43:49 +01:00
gcc toolchain: Don't force GCC8 on ARC 2019-07-07 13:02:05 +02:00
gdb
glibc glibc: update to latest 2.27 commit (BZ #24531) 2019-05-23 14:17:21 +02:00
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