NetBSD/libexec/ld.elf_so
wiz 09cb1d6f1c s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
..
arch Create _rtld_relocate_plt_object and use it in _rtld_bind and 2006-10-17 08:33:36 +00:00
Makefile Simplify multiple MACHINE_ARCH endian checks with single MACHINE_CPU 2006-08-27 07:22:02 +00:00
README s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
TODO Remove the LD_BIND_NOW item 2006-03-04 09:00:22 +00:00
debug.c Add __RCSIDs. 2004-10-22 05:39:56 +00:00
debug.h Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. 2002-09-12 22:56:28 +00:00
headers.c Don't process DT_DEBUG on MIPS as the dynamic section is mapped 2005-01-09 12:43:23 +00:00
ld.elf_so.1 .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
load.c Coverity CID 2749: Fix another double free. Instead of removing that last 2006-03-21 17:48:10 +00:00
malloc.c Add __RCSIDs. 2004-10-22 05:39:56 +00:00
map_object.c Coverity CID 2749: Fix another double free. Instead of removing that last 2006-03-21 17:48:10 +00:00
paths.c Add some sanity checking inspired by gcc -Wuninitialized. 2005-06-01 14:57:22 +00:00
reloc.c Add LD_BIND_NOW support for mips. 2006-03-04 08:58:46 +00:00
rtld.c From defend dot the dot world at gmail dot com: Sanitize environment variables 2006-11-22 21:46:36 +00:00
rtld.h sprinkle some __noreturn__ attributes, saves gcc4 warnings elsewhere 2006-05-22 19:49:09 +00:00
rtldenv.h sprinkle some __noreturn__ attributes, saves gcc4 warnings elsewhere 2006-05-22 19:49:09 +00:00
search.c Coverity CID 2749: Fix another double free. Instead of removing that last 2006-03-21 17:48:10 +00:00
symbol.c Correct the lookup order of _rtld_symlook_default and make 2005-10-13 11:14:09 +00:00
sysident.h Use .previous at the end of the NetBSD ident note so that we switch 2006-06-13 13:55:58 +00:00
xmalloc.c Add __RCSIDs. 2004-10-22 05:39:56 +00:00
xprintf.c not supporting %c is confusing and it only uses up a few bytes. 2005-04-24 21:11:58 +00:00

README

$NetBSD: README,v 1.11 2006/11/24 22:52:16 wiz Exp $

TO DO:

* Support for coexistence of 32-bit and 64-bit ELF on platforms that can
  do that.