NetBSD/libexec/ld.elf_so
mycroft c3a2d8b7ba Add combreloc code here too. 2002-09-21 17:51:44 +00:00
..
arch Add combreloc code here too. 2002-09-21 17:51:44 +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 Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. 2002-09-12 22:56:28 +00:00
malloc.c
map_object.c Nuke two frivolous assert()s. 2002-09-13 03:12:40 +00:00
paths.c Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. 2002-09-12 22:56:28 +00:00
reloc.c Make immediate binding work again by actually implementing 2002-09-17 07:29:46 +00:00
rtld.c Print the name of dynamic linker actually loaded. 2002-09-21 05:24:17 +00:00
rtld.h Cosmetic changes. 2002-09-19 14:05:37 +00:00
rtldenv.h Kill the extra newline in assert messages. 2002-09-13 19:50:00 +00:00
search.c
symbol.c If we match a symbol name, but it's undefined, do not continue searching the 2002-09-13 03:40:40 +00:00
sysident.h
xmalloc.c
xprintf.c xerrx() needs to output a trailing newline as well 2002-08-27 10:37:33 +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.