RTLD_NEXT support
authorRich Felker <dalias@aerifal.cx>
Tue, 16 Aug 2011 04:42:13 +0000 (00:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 16 Aug 2011 04:42:13 +0000 (00:42 -0400)
commit623753ad64a3625b010c10c00c45262d2eec2495
tree822d9f37067f4bbd51f83116696cfb835438b138
parent2719cc86285d85df42f13ba0ae5b07b262c39686
RTLD_NEXT support

the asm wrapper is needed to get the return address without
compiler-specific extensions.
src/ldso/dlsym.c [new file with mode: 0644]
src/ldso/dynlink.c
src/ldso/i386/dlsym.s [new file with mode: 0644]
src/ldso/x86_64/dlsym.s [new file with mode: 0644]