NetBSD/libexec/ld.elf_so
mycroft 8826c5e475 Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind().
Tested in a handful of cases.
Reviewed by: a dead silence
2003-04-23 17:40:25 +00:00
..
arch Handle unaligned relocations, and RELATIVE relocs with non-zero addends. 2003-04-21 11:54:46 +00:00
debug.c
debug.h
headers.c
ld.elf_so.1 .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
load.c
Makefile Add support for shared libraries/dynamically linked binaries on sh5. 2003-03-25 13:11:53 +00:00
malloc.c
map_object.c make it compile in /usr/src/rescue directory. 2003-03-06 17:01:27 +00:00
paths.c
README
reloc.c
rtld.c Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind(). 2003-04-23 17:40:25 +00:00
rtld.h Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind(). 2003-04-23 17:40:25 +00:00
rtldenv.h
search.c
symbol.c Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind(). 2003-04-23 17:40:25 +00:00
sysident.h we have constants for all this crap. don't hard-code things. 2003-02-28 23:05:24 +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.