NetBSD/libexec/ld.elf_so
christos 596c6ec5db provide xrealloc, and don't cast and use malloc and realloc directly. 2007-09-27 17:52:16 +00:00
..
arch Remove support for NetBSD/{,evb}sh5. 2007-04-08 09:35:21 +00:00
Makefile If we are using SSP, compile in a separate copy of the stack protector 2007-09-27 17:51:40 +00:00
README s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
TODO
debug.c
debug.h
expand.c delete debug printf 2007-09-20 19:42:53 +00:00
headers.c Use AT_SUN_EXECPATH instead of argv[0] for the executable name. This needs 2007-09-20 14:14:25 +00:00
ld.elf_so.1 5 is not a valid version for .Nx, so change it to 5.0. 2007-09-13 21:32:14 +00:00
load.c Don't remove the last component of filename before calling 2007-09-20 07:50:32 +00:00
malloc.c
map_object.c
paths.c provide xrealloc, and don't cast and use malloc and realloc directly. 2007-09-27 17:52:16 +00:00
reloc.c
rtld.c Don't trust AT_SUN_EXECNAME, if we are set{u,g}id. 2007-09-21 13:57:09 +00:00
rtld.h Don't define bool, false and true. Use stdbool.h. 2007-09-02 09:57:16 +00:00
rtldenv.h provide xrealloc, and don't cast and use malloc and realloc directly. 2007-09-27 17:52:16 +00:00
search.c
symbol.c Don't use cached results for plt lookups (nor save them). 2007-02-23 01:16:32 +00:00
sysident.h Use an elf note to handle pax arguments. This is a temporary solution to 2007-06-24 20:35:36 +00:00
xmalloc.c provide xrealloc, and don't cast and use malloc and realloc directly. 2007-09-27 17:52:16 +00:00
xprintf.c

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.