NetBSD/libexec/ld.elf_so
matt ba8a81077b Fix some double frees / missing frees / use after freed all
relating to _rtld_load_object.  Fix Coverity CID 2601, 2600.
2006-03-18 02:34:30 +00:00
..
arch Add LD_BIND_NOW support for mips. 2006-03-04 08:58:46 +00:00
debug.c
debug.h
headers.c
ld.elf_so.1
load.c Fix some double frees / missing frees / use after freed all 2006-03-18 02:34:30 +00:00
Makefile Remove -Wl,-non_shared (same meaing as -static). 2006-02-03 02:01:19 +00:00
malloc.c
map_object.c Fix some double frees / missing frees / use after freed all 2006-03-18 02:34:30 +00:00
paths.c Add some sanity checking inspired by gcc -Wuninitialized. 2005-06-01 14:57:22 +00:00
README
reloc.c Add LD_BIND_NOW support for mips. 2006-03-04 08:58:46 +00:00
rtld.c Bring across a change from FreeBSD from back in 1998: 2006-01-12 22:40:17 +00:00
rtld.h
rtldenv.h
search.c Fix some double frees / missing frees / use after freed all 2006-03-18 02:34:30 +00:00
symbol.c Correct the lookup order of _rtld_symlook_default and make 2005-10-13 11:14:09 +00:00
sysident.h
TODO Remove the LD_BIND_NOW item 2006-03-04 09:00:22 +00:00
xmalloc.c
xprintf.c

$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.