NetBSD/libexec/ld.elf_so
mycroft 0a519951b5 Pull out some objlist functions in ldd. 2002-10-04 04:04:26 +00:00
..
arch Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loaded 2002-10-03 20:39:22 +00:00
Makefile Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and 2002-09-27 21:37:50 +00:00
README
debug.c
debug.h
headers.c
ld.elf_so.1 Begin new sentences on new lines. 2002-09-29 14:05:52 +00:00
load.c Pull out some objlist functions in ldd. 2002-10-04 04:04:26 +00:00
malloc.c
map_object.c Change the munmap() of the text-data gap to mprotect(PROT_NONE). This avoids 2002-09-27 19:48:24 +00:00
paths.c Call NEW() rather than CNEW(). 2002-09-28 05:00:27 +00:00
reloc.c
rtld.c Move the definition of _rtld_list_main so ldd builds again. 2002-10-04 03:59:40 +00:00
rtld.h As seen on tech-userlevel... 2002-10-03 20:35:19 +00:00
rtldenv.h
search.c Store pathnames of shared objects not found in search paths in cache 2002-10-01 14:16:53 +00:00
symbol.c As seen on tech-userlevel... 2002-10-03 20:35:19 +00:00
sysident.h
xmalloc.c
xprintf.c

README

$NetBSD: README,v 1.10 2002/09/13 04:05:00 mycroft Exp $

TO DO:

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