musl/ldso
Rich Felker 37cd167639 fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0
commit 6ba5517a46 modified
__tls_get_addr to offset the address by +DTP_OFFSET (0x8000 on
powerpc, mips, etc.) and adjusted the result of DTPREL relocations by
-DTP_OFFSET to compensate, but missed changing the argument setup for
calls to __tls_get_addr from dlsym.
2018-10-12 12:31:36 -04:00
..
dlstart.c define and use internal macros for hidden visibility, weak refs 2018-09-05 14:05:14 -04:00
dynlink.c fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0 2018-10-12 12:31:36 -04:00