NetBSD/libexec/ld.elf_so
skrll bd7cbb198e Correct the lookup order of _rtld_symlook_default and make
_rtld_find_symdef use _rtld_symlook_default.

This reduces the code size and means that dlsym(RTLD_DEFAULT,...) has the
correct lookup order.

Reviewed by kleink. Thanks.
2005-10-13 11:14:09 +00:00
..
arch ok, the change from rev 1.33 was unnecessary after all, 2005-09-27 07:20:32 +00:00
Makefile Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather than 2005-06-04 16:17:17 +00:00
README Almost all of the items in here are done. 2002-09-13 04:05:00 +00:00
TODO Update and be more descriptive about one of the machine specific #ifdefs 2005-02-26 22:26:18 +00:00
debug.c Add __RCSIDs. 2004-10-22 05:39:56 +00:00
debug.h Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. 2002-09-12 22:56:28 +00:00
headers.c Don't process DT_DEBUG on MIPS as the dynamic section is mapped 2005-01-09 12:43:23 +00:00
ld.elf_so.1 .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
load.c Add __RCSIDs. 2004-10-22 05:39:56 +00:00
malloc.c Add __RCSIDs. 2004-10-22 05:39:56 +00:00
map_object.c appease gcc -Wuninitialized 2005-06-01 14:14:55 +00:00
paths.c Add some sanity checking inspired by gcc -Wuninitialized. 2005-06-01 14:57:22 +00:00
reloc.c Add support for immediate PLT binding on SH5. Compile tested only as 2005-07-28 12:35:21 +00:00
rtld.c Add __RCSIDs. 2004-10-22 05:39:56 +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 ANSIfy and de-__P(). 2003-07-24 10:12:25 +00:00
search.c Add __RCSIDs. 2004-10-22 05:39:56 +00:00
symbol.c Correct the lookup order of _rtld_symlook_default and make 2005-10-13 11:14:09 +00:00
sysident.h netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
xmalloc.c Add __RCSIDs. 2004-10-22 05:39:56 +00:00
xprintf.c not supporting %c is confusing and it only uses up a few bytes. 2005-04-24 21:11:58 +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.