NetBSD/libexec/ld.elf_so
junyoung 9754fa4d8e Make immediate binding work again by actually implementing
_rtld_relocate_plt_objects(). Note that this is for i386 only;
any efforts to make it work on other platforms are left to
those who are using them...
2002-09-17 07:29:46 +00:00
..
arch Make immediate binding work again by actually implementing 2002-09-17 07:29:46 +00:00
Makefile Turn DEBUG back on by default. It doesn't take much space. 2002-09-13 18:28:58 +00:00
README
debug.c
debug.h
headers.c
ld.elf_so.1
load.c
malloc.c
map_object.c
paths.c
reloc.c Make immediate binding work again by actually implementing 2002-09-17 07:29:46 +00:00
rtld.c
rtld.h Make immediate binding work again by actually implementing 2002-09-17 07:29:46 +00:00
rtldenv.h Kill the extra newline in assert messages. 2002-09-13 19:50:00 +00:00
search.c
symbol.c
sysident.h
xmalloc.c
xprintf.c

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.