NetBSD/libexec/ld.elf_so
mycroft 56288dc0e5 %ld -> %p 2002-09-24 13:59:31 +00:00
..
arch %ld -> %p 2002-09-24 13:59:31 +00:00
Makefile Turn DEBUG back on by default. It doesn't take much space. 2002-09-13 18:28:58 +00:00
README Almost all of the items in here are done. 2002-09-13 04:05:00 +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 Figure out obj->pltrel(a) after the dynamic section is parsed, so the relative 2002-09-13 13:28:43 +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
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
reloc.c Several small changes that shave 7-8% off the simple-exec-loop test: 2002-09-23 23:56:46 +00:00
rtld.c Change the comment about l_offs. 2002-09-24 12:18:32 +00:00
rtld.h Remove the SVR4_LIBDIR madness. 2002-09-24 12:52:20 +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 Several small changes that shave 7-8% off the simple-exec-loop test: 2002-09-23 23:56:46 +00:00
sysident.h
xmalloc.c
xprintf.c Include xassert() only if DEBUG, like the real assert(). 2002-09-24 13:06:07 +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.