NetBSD/libexec/ld.elf_so
skrll d306de736d Restore backwards compatibility for binaries referencing the main
Obj_Entry.
2010-01-17 08:04:20 +00:00
..
arch Make DEBUG build compile. 2010-01-14 12:12:07 +00:00
Makefile simplify the logic for compat ld.elf_so and move it here. we now can 2009-12-13 09:31:47 +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
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 Reset the COMBRELOC cache Obj_Entry if it was freed. 2010-01-10 07:29:47 +00:00
paths.c warns=4 2009-05-19 20:44:52 +00:00
reloc.c Remove cargo cult dlinfo entry point. 2010-01-16 10:37:51 +00:00
rtld.c Fixup comment. 2010-01-10 06:37:32 +00:00
rtld.h Restore backwards compatibility for binaries referencing the main 2010-01-17 08:04:20 +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 Coverity CID 2749: Fix another double free. Instead of removing that last 2006-03-21 17:48:10 +00:00
symbol.c PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbols 2010-01-13 20:17:21 +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.