freebsd-dev/libexec/rtld-elf/powerpc
Marcel Moolenaar 99227f1ec4 Unbreak the dynamic linker by not creating a cache for rtld-elf
itself. It needs mmap(2), which now needs getosreldate(3) and
which in turn uses a global variable to cache the result. This
cannot be done before linking is done.

See also: ../sparc64/reloc.c:1.15
Approved by: re (kensmith)
2007-07-15 22:52:15 +00:00
..
Makefile.inc
reloc.c Unbreak the dynamic linker by not creating a cache for rtld-elf 2007-07-15 22:52:15 +00:00
rtld_machdep.h Implement TLS relocations for powerpc. 2004-11-02 09:47:01 +00:00
rtld_start.S Allow threading libraries to register their own locking 2003-05-29 22:58:26 +00:00