NetBSD/libexec/ld.elf_so
christos f903624708 split debug info for rtld 2013-04-05 20:16:40 +00:00
..
arch Handle CPUFLAGS being empty 2013-01-23 02:31:54 +00:00
Makefile split debug info for rtld 2013-04-05 20:16:40 +00:00
README
README.TLS Add some clarifications 2011-03-10 17:38:30 +00:00
TODO Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports 2011-03-09 23:10:05 +00:00
debug.c
debug.h
diagassert.c This version of __diagssert13 is dead. 2012-03-16 11:44:54 +00:00
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 Remove superfluous Pp. 2010-12-17 08:50:26 +00:00
load.c Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked 2010-12-24 12:41:42 +00:00
map_object.c Improve the diagnostic messages for invalid/non-ELF files. Proposed a 2012-10-13 21:13:07 +00:00
paths.c
reloc.c Implement lazy binding on hppa. rump_server needs it!?!?! 2012-01-06 10:38:56 +00:00
rtld.c Fix the other lwp_park() to pass 0 for the 'unpark' lwp. 2012-12-16 23:00: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 Mark xassert as __dead 2011-12-11 11:05:11 +00:00
search.c Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked 2010-12-24 12:41:42 +00:00
symbol.c Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY). 2012-08-15 03:46:06 +00:00
symver.c PR/45015: ld.elf_so: support ELF symbol versioning 2011-06-25 05:45:10 +00:00
sysident.h
tls.c Fix a Freudian slip found by rmind 2011-04-23 16:40:08 +00:00
xmalloc.c don't free cp before we copy it! 2013-01-24 17:57:29 +00:00
xprintf.c Replace use of errlist with a single concatenated version and an offset 2010-12-16 22:52:32 +00:00

README

$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.