NetBSD/libexec/ld.elf_so
mycroft c5739d43db Change the munmap() of the text-data gap to mprotect(PROT_NONE). This avoids
having scattered little mappings, although it's probably not the best way...
2002-09-27 19:48:24 +00:00
..
arch We don't need to save r7, either... 2002-09-27 03:46:12 +00:00
Makefile *poof* 2002-09-26 14:30:47 +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 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 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
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 Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. 2002-09-12 22:56:28 +00:00
reloc.c Remove the `self' args to _rtld_relocate_objects() and 2002-09-26 20:42:10 +00:00
rtld.c Implement a self-relocate function for the VAX. 2002-09-26 22:26:26 +00:00
rtld.h Remove the `self' args to _rtld_relocate_objects() and 2002-09-26 20:42:10 +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 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

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.