NetBSD/libexec/ld.elf_so
matt 86d6d815ae Make sure to call dlerror() to clear any error messages after the relocations
are done and there are no errors.  This will prevent spurious undefined weak
symbol errors being returned by dlerror().

Fixes PR bin/39240.
2008-07-29 16:27:01 +00:00
..
arch RCSID police 2008-07-24 06:51:58 +00:00
debug.c
debug.h
expand.c
headers.c
ld.elf_so.1 Remove trailing whitespace and superfluous .Pp. 2008-05-25 19:48:35 +00:00
load.c
Makefile
map_object.c Don't bother unmapping the ELF header unless it overlaps the first load 2008-06-03 19:32:32 +00:00
paths.c Fix error in previous. From nakayama@. 2008-06-05 00:03:20 +00:00
README
reloc.c Make sure to call dlerror() to clear any error messages after the relocations 2008-07-29 16:27:01 +00:00
rtld.c Refactor common code to _rtld_relocate_plt_object to i386 and arm so they 2008-07-24 04:39:25 +00:00
rtld.h Don't bother unmapping the ELF header unless it overlaps the first load 2008-06-03 19:32:32 +00:00
rtldenv.h
search.c
symbol.c Refactor common code to _rtld_relocate_plt_object to i386 and arm so they 2008-07-24 04:39:25 +00:00
sysident.h
TODO
xmalloc.c __progname isn't const. 2008-06-03 19:22:07 +00:00
xprintf.c

$NetBSD: README,v 1.11 2006/11/24 22:52:16 wiz Exp $

TO DO:

* Support for coexistence of 32-bit and 64-bit ELF on platforms that can
  do that.