NetBSD/libexec/ld.elf_so
mycroft f66c66a92c Do not put objects on _rtld_list_main on any DAG member list -- any symbol we
will have already been found during the _rtld_list_main walk, so there's no
point in doing it again.
2002-10-03 01:09:21 +00:00
..
arch We don't need to save r7, either... 2002-09-27 03:46:12 +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 Don't bogusly set obj->pltrela{,lim} if there is no DT_PLTREL. 2002-09-26 20:27:50 +00:00
ld.elf_so.1 Begin new sentences on new lines. 2002-09-29 14:05:52 +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 Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and 2002-09-27 21:37:50 +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 Change the munmap() of the text-data gap to mprotect(PROT_NONE). This avoids 2002-09-27 19:48:24 +00:00
paths.c Call NEW() rather than CNEW(). 2002-09-28 05:00:27 +00:00
README Almost all of the items in here are done. 2002-09-13 04:05:00 +00:00
reloc.c Remove the `self' args to _rtld_relocate_objects() and 2002-09-26 20:42:10 +00:00
rtld.c Do not put objects on _rtld_list_main on any DAG member list -- any symbol we 2002-10-03 01:09:21 +00:00
rtld.h Do not put objects on _rtld_list_main on any DAG member list -- any symbol we 2002-10-03 01:09:21 +00:00
rtldenv.h Include xassert() only if DEBUG, like the real assert(). 2002-09-24 13:06:07 +00:00
search.c Store pathnames of shared objects not found in search paths in cache 2002-10-01 14:16:53 +00:00
symbol.c Add a comment about the function pointer nonsense. 2002-09-24 20:27:07 +00:00
sysident.h
xmalloc.c
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.