NetBSD/libexec/ld.elf_so
riastradh 6f24a346a4 On failure in _rtld_dlcheck, call _rtld_error, not xwarnx.
Callers need not call _rtld_error themselves now.

Fixes PR lib/41760.  Should add the test case from the PR too.
2012-10-01 03:03:46 +00:00
..
arch Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY). 2012-08-15 03:46:06 +00:00
debug.c
debug.h
diagassert.c
expand.c
headers.c Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY). 2012-08-15 03:46:06 +00:00
ld.elf_so.1
load.c
Makefile Revert last, it breaks the tricks xsrc uses. 2012-08-23 21:21:14 +00:00
map_object.c
paths.c
README
README.TLS
reloc.c
rtld.c On failure in _rtld_dlcheck, call _rtld_error, not xwarnx. 2012-10-01 03:03:46 +00:00
rtld.h Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY). 2012-08-15 03:46:06 +00:00
rtldenv.h
search.c
symbol.c Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY). 2012-08-15 03:46:06 +00:00
symver.c
sysident.h
tls.c
TODO
xmalloc.c
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.