NetBSD/libexec/ld.elf_so
he 45932f91e5 Apply fix borrowed from i386: Fix const issue (cast const pointers
to "const uint8_t *" instead of "caddr_t").
2009-05-24 20:35:41 +00:00
..
arch Apply fix borrowed from i386: Fix const issue (cast const pointers 2009-05-24 20:35:41 +00:00
Makefile Add a reminder about ldd depending on ld.so. 2009-05-20 19:38:38 +00:00
README
TODO
debug.c
debug.h
expand.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
headers.c Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-04-12 13:29:29 +00:00
ld.elf_so.1 Remove trailing whitespace and superfluous .Pp. 2008-05-25 19:48:35 +00:00
load.c warns=4 2009-05-19 20:44:52 +00:00
map_object.c warns=4 2009-05-19 20:44:52 +00:00
paths.c warns=4 2009-05-19 20:44:52 +00:00
reloc.c Make sure to call dlerror() to clear any error messages after the relocations 2008-07-29 16:27:01 +00:00
rtld.c warns=4 2009-05-19 20:44:52 +00:00
rtld.h warns=4 2009-05-19 20:44:52 +00:00
rtldenv.h - Don't use the names malloc/free/etc, since we can end up pulling in libc's 2007-10-05 22:21:07 +00:00
search.c
symbol.c lib/39649: dlsym(3) does not follow dependencies 2008-10-04 09:37:12 +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 warns=4 2009-05-19 20:44:52 +00:00
xprintf.c warns=4 2009-05-19 20:44:52 +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.