NetBSD/libexec/ld.elf_so
uwe 255de8f40e Preserve r2 in _rtld_bind_start - in r2 functions that return
aggregate types are passed the address of the memory area to store the
returned result to.

Fixes PR port-sh3/26949.
2004-09-14 21:34:01 +00:00
..
arch Preserve r2 in _rtld_bind_start - in r2 functions that return 2004-09-14 21:34:01 +00:00
debug.c
debug.h
headers.c
ld.elf_so.1
load.c Make ld.elf_so use the new sysctl API. That allows the user to give any 2004-07-05 11:50:07 +00:00
Makefile Be more pedantic about where we use -shared, etc. 2004-03-24 08:01:26 +00:00
malloc.c
map_object.c
paths.c Make ld.elf_so use the new sysctl API. That allows the user to give any 2004-07-05 11:50:07 +00:00
README
reloc.c Don't print relocated content (in DEBUG mode) as it can cause 2004-07-17 05:03:33 +00:00
rtld.c - Change the strong dlfcn names in libc to ___name, and make the __name 2004-07-18 17:26:19 +00:00
rtld.h Make ld.elf_so use the new sysctl API. That allows the user to give any 2004-07-05 11:50:07 +00:00
rtldenv.h
search.c
symbol.c - Change the strong dlfcn names in libc to ___name, and make the __name 2004-07-18 17:26:19 +00:00
sysident.h
TODO Don't assume past the mmaped region is accessible. 2004-02-15 02:59:04 +00:00
xmalloc.c
xprintf.c Don't assume past the mmaped region is accessible. 2004-02-15 02:59:04 +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.