openwrt/package/libs/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 openwrt/packages#9297

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-08-17 17:23:17 +02:00
..
eglibc-files/etc packages: clean up the package folder 2013-06-21 16:54:37 +00:00
glibc-files/etc toolchain: The glorious return of glibc, ver 2.21 2015-03-12 19:50:57 +00:00
Makefile musl: ldso/dlsym: fix mips returning undef dlsym 2019-08-17 17:23:17 +02:00