NetBSD/libexec/ld.elf_so
mhitch b6825b1e42 The -symbolic flag in gcc 2.95.3 is not passed to the linker, which is
required.  Restore the -Bsymbolic option in LDFLAGS on the vax.  Fixes
the problem with ld.elf_so mentioned on port-vax.
2004-04-28 02:04:56 +00:00
..
arch The -symbolic flag in gcc 2.95.3 is not passed to the linker, which is 2004-04-28 02:04:56 +00:00
debug.c Space after the keyword `if'. 2003-09-22 14:37:57 +00:00
debug.h
headers.c
ld.elf_so.1
load.c Don't try to preload an empty string. 2003-11-25 14:36:49 +00:00
Makefile Be more pedantic about where we use -shared, etc. 2004-03-24 08:01:26 +00:00
malloc.c
map_object.c
paths.c The <sys/sysctl.h> header already provides a perfectly good struct for 2004-03-16 05:25:12 +00:00
README
reloc.c Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. 2003-08-12 09:18:38 +00:00
rtld.c Back out revision 1.100. There is something screwier going on. 2003-09-07 22:17:43 +00:00
rtld.h Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. 2003-08-12 09:18:38 +00:00
rtldenv.h
search.c Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. 2003-08-12 09:18:38 +00:00
symbol.c Change the symbol lookup order to search RTLD_GLOBAL objects 2003-12-07 09:36:06 +00:00
sysident.h
TODO Don't assume past the mmaped region is accessible. 2004-02-15 02:59:04 +00:00
xmalloc.c
xprintf.c Don't assume past the mmaped region is accessible. 2004-02-15 02:59:04 +00:00

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