NetBSD/libexec/ld.elf_so
marcus a4878b4349 Bugfix: Don't pick addend both from reloc and contents at the same time. 2003-07-02 15:29:34 +00:00
..
arch Bugfix: Don't pick addend both from reloc and contents at the same time. 2003-07-02 15:29:34 +00:00
Makefile Add support for shared libraries/dynamically linked binaries on sh5. 2003-03-25 13:11:53 +00:00
README Almost all of the items in here are done. 2002-09-13 04:05:00 +00:00
debug.c KNF- blank lines before code at start of functions. 2003-06-05 10:41:32 +00:00
debug.h Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. 2002-09-12 22:56:28 +00:00
headers.c Minor cleanup. 2002-10-05 11:59:03 +00:00
ld.elf_so.1 .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
load.c A bit speedup: in _rtld_load_object(), save the number of calls to 2002-12-05 04:56:56 +00:00
malloc.c Use/require AT_PAGESZ on all platforms. (The kernel has exported it for ~3 2002-09-24 01:24:44 +00:00
map_object.c KNF- blank lines before code at start of functions. 2003-06-05 10:41:32 +00:00
paths.c KNF- blank lines before code at start of functions. 2003-06-05 10:41:32 +00:00
reloc.c Remove comment which is not true any more. alpha and i386 support 2002-12-14 09:13:00 +00:00
rtld.c SH also has a bogus DT_TEXTREL, it seems. 2003-06-30 00:49:25 +00:00
rtld.h Add RTLD_FIRST, RTLD_NEXT, RTLD_DEFAULT, from FreeBSD 2003-05-30 15:43:33 +00:00
rtldenv.h Include xassert() only if DEBUG, like the real assert(). 2002-09-24 13:06:07 +00:00
search.c In _rtld_load_library(), ensure that the old _rtld_error state (a message from 2002-11-14 21:07:46 +00:00
symbol.c Add RTLD_FIRST, RTLD_NEXT, RTLD_DEFAULT, from FreeBSD 2003-05-30 15:43:33 +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 KNF- blank lines before code at start of functions. 2003-06-05 10:41:32 +00:00
xprintf.c KNF- blank lines before code at start of functions. 2003-06-05 10:41:32 +00:00

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.