NetBSD/libexec/ld.elf_so
nathanw 15f633fbd3 In _rtld_load_library(), ensure that the old _rtld_error state (a message from
a previous error, or NULL) is preserved if the search eventually succeeds.

Addresses the problem pointed out in PR pkg/19024.
2002-11-14 21:07:46 +00:00
..
arch Convert to register prefixes. 2002-10-31 20:23:25 +00:00
Makefile Disable DEBUG again. 2002-10-05 15:52:15 +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 Minor cleanup. 2002-10-05 11:59:03 +00:00
ld.elf_so.1 Begin new sentences on new lines. 2002-09-29 14:05:52 +00:00
load.c Minor cleanup. 2002-10-05 11:59:03 +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 Minor cleanup. 2002-10-05 11:59:03 +00:00
paths.c Embedded whitespace in dirname is supported again. 2002-10-06 01:36:36 +00:00
reloc.c Remove the `self' args to _rtld_relocate_objects() and 2002-09-26 20:42:10 +00:00
rtld.c Minor cleanup. 2002-10-05 11:59:03 +00:00
rtld.h Remove "extern const chat *_rtld_error_message;". There is no such 2002-11-14 20:11:48 +00:00
rtldenv.h Include xassert() only if DEBUG, like the real assert(). 2002-09-24 13:06:07 +00:00
search.c In _rtld_load_library(), ensure that the old _rtld_error state (a message from 2002-11-14 21:07:46 +00:00
symbol.c Minor cleanup. 2002-10-05 11:59:03 +00:00
sysident.h Don't use multi-line string literals. 2001-06-19 12:07:21 +00:00
xmalloc.c KNF 1999-03-01 16:40:07 +00:00
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.