NetBSD/libexec/ld.elf_so
skrll ad7786ec8b Remove unnecessary #ifdef RTLD_DEBUG 2010-12-19 17:17:50 +00:00
..
arch Build ld.elf_so with -fvisibility=hidden. Exploit this for i386/x86_64 2010-12-05 00:56:06 +00:00
Makefile Replace use of errlist with a single concatenated version and an offset 2010-12-16 22:52:32 +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 Add cast so that usr.bin/ldd/elf32 builds. 2010-10-16 17:48:12 +00:00
ld.elf_so.1 Remove superfluous Pp. 2010-12-17 08:50:26 +00:00
load.c s/rdbg/dbg/ in a few places. 2010-12-16 19:59:39 +00:00
map_object.c Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
paths.c warns=4 2009-05-19 20:44:52 +00:00
reloc.c Use fast_remainder32 for the ELF hash. For the hot cache case, this 2010-04-05 14:01:26 +00:00
rtld.c Remove unnecessary #ifdef RTLD_DEBUG 2010-12-19 17:17:50 +00:00
rtld.h Build ld.elf_so with -fvisibility=hidden. Exploit this for i386/x86_64 2010-12-05 00:56:06 +00:00
rtldenv.h PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12" 2010-10-29 15:08:17 +00:00
search.c Stricter matching for _rtld_invalid_paths by ensuring separator. 2010-08-07 19:47:34 +00:00
symbol.c Implement dl_iterate_phdr. 2010-10-16 10:27:06 +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 ANSIfy 2010-12-03 23:07:49 +00:00
xprintf.c Replace use of errlist with a single concatenated version and an offset 2010-12-16 22:52:32 +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.