NetBSD/libexec/ld.elf_so
2002-09-26 20:27:50 +00:00
..
arch Update a comment. 2002-09-26 03:25:29 +00:00
debug.c __STDC__ is always defined on NetBSD. 2002-05-26 00:02:06 +00:00
debug.h Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. 2002-09-12 22:56:28 +00:00
headers.c Don't bogusly set obj->pltrela{,lim} if there is no DT_PLTREL. 2002-09-26 20:27:50 +00:00
ld.elf_so.1 Correct somewhere where, in rev 1.3, two new sentences had been dropped 2002-09-11 23:11:41 +00:00
load.c Several small changes that shave 7-8% off the simple-exec-loop test: 2002-09-23 23:56:46 +00:00
Makefile *poof* 2002-09-26 14:30:47 +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 Woops, unmap the first page in the `win' case, too. 2002-09-24 12:44:58 +00:00
paths.c Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. 2002-09-12 22:56:28 +00:00
README Almost all of the items in here are done. 2002-09-13 04:05:00 +00:00
reloc.c Push the _rtld_bind() interface into MD code -- it's just a trivial wrapper 2002-09-25 07:27:49 +00:00
rtld.c Hm, the const isn't going to work. 2002-09-26 13:43:52 +00:00
rtld.h Push the _rtld_bind() interface into MD code -- it's just a trivial wrapper 2002-09-25 07:27:49 +00:00
rtldenv.h Include xassert() only if DEBUG, like the real assert(). 2002-09-24 13:06:07 +00:00
search.c Remove the SVR4_LIBDIR madness. 2002-09-24 12:52:20 +00:00
symbol.c Add a comment about the function pointer nonsense. 2002-09-24 20:27:07 +00:00
sysident.h Don't use multi-line string literals. 2001-06-19 12:07:21 +00:00
xmalloc.c KNF 1999-03-01 16:40:07 +00:00
xprintf.c Similarly, remove support for short arguments. 2002-09-24 14:09:43 +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.