NetBSD/libexec/ld.elf_so
mycroft 64d3d6215a Ignore JMP_SLOT relocs when doing non-PLT relocations. The relalim trimming
hack doesn't always work, because ld(1) sometimes puts the sections in the
wrong order.
2002-09-24 15:04:48 +00:00
..
arch Ignore JMP_SLOT relocs when doing non-PLT relocations. The relalim trimming 2002-09-24 15:04:48 +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
Makefile Turn DEBUG back on by default. It doesn't take much space. 2002-09-13 18:28:58 +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 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 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.