freebsd-skq/libexec/rtld-elf/sparc64
jake 151e14e2da Avoid using the global offset table to get the address of _DYNAMIC in
rtld.  When _DYNAMIC is referenced normally from C the global offset
table is used implicitly, but newer versions of binutils don't initialize
it statically in the binary, so this doesn't work until rtld is relocated,
which _DYNAMIC is needed for...  So, as on other systems with the same
problem, we disassemble a call instruction to _DYNAMIC in order to get
its address.
2003-07-04 00:05:15 +00:00
..
lockdflt.c
Makefile.inc
reloc.c Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00
rtld_machdep.h Avoid using the global offset table to get the address of _DYNAMIC in 2003-07-04 00:05:15 +00:00
rtld_start.S Avoid using the global offset table to get the address of _DYNAMIC in 2003-07-04 00:05:15 +00:00