NetBSD/libexec/ld.elf_so
joerg 52a4c27e3e Add _dlauxinfo helper function to provide access to the ELF auxilary
vector. This can normally be found via __ps_strings, but libc is
initialised too early when linked dynamically and doesn't have access to
it yet, so provide an alternative mechanism via ld.elf_so.
Bump libc minor.
2012-02-16 23:00:38 +00:00
..
arch Implement lazy binding on hppa. rump_server needs it!?!?! 2012-01-06 10:38:56 +00:00
Makefile obsolete libgcc_pic and friends. all libgcc's are supposed to be pic 2011-10-07 09:15:21 +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
expand.c
headers.c PR/45015: ld.elf_so: support ELF symbol versioning 2011-06-25 05:45:10 +00:00
ld.elf_so.1
load.c
map_object.c consistent debugging info for program headers 2011-08-13 22:25:20 +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 Add _dlauxinfo helper function to provide access to the ELF auxilary 2012-02-16 23:00:38 +00:00
rtld.h Add _dlauxinfo helper function to provide access to the ELF auxilary 2012-02-16 23:00:38 +00:00
rtldenv.h Mark xassert as __dead 2011-12-11 11:05:11 +00:00
search.c
symbol.c Add _dlauxinfo helper function to provide access to the ELF auxilary 2012-02-16 23:00:38 +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 use division since we are only dealing with powers of 2. 2011-05-25 14:41:46 +00:00
xprintf.c

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.