NetBSD/libexec/ld.elf_so
matt 467f6149c3 Don't use GOT relocations. Use PC relative for the GOT and GOTOFF for
_DYNAMIC.  Make thumb friendly.
2013-12-03 00:19:56 +00:00
..
arch Don't use GOT relocations. Use PC relative for the GOT and GOTOFF for 2013-12-03 00:19:56 +00:00
Makefile Remove hack now it's fixed in 4.8.2 2013-11-16 17:14:06 +00:00
README s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
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 Add __RCSIDs. 2004-10-22 05:39:56 +00:00
debug.h Fix DEBUG build. 2013-08-03 13:17:05 +00:00
diagassert.c This version of __diagssert13 is dead. 2012-03-16 11:44:54 +00:00
expand.c Trailing whitespace 2013-05-06 08:02:20 +00:00
headers.c Fix DEBUG build. 2013-08-03 13:17:05 +00:00
ld.elf_so.1 Remove superfluous Pp. 2010-12-17 08:50:26 +00:00
load.c CID 1132773: Fix file descriptor leak 2013-11-27 18:01:33 +00:00
map_object.c Fix DEBUG build. 2013-08-03 13:17:05 +00:00
paths.c Trailing whitespace 2013-05-06 08:02:20 +00:00
reloc.c Implement lazy binding on hppa. rump_server needs it!?!?! 2012-01-06 10:38:56 +00:00
rtld.c If dlopen of the dynamic linker is requested, e.g. by rump in 2013-11-20 07:18:23 +00:00
rtld.h convert to SIMPLEQ like the rest of the queues. 2013-05-09 15:38:14 +00:00
rtldenv.h Trailing whitespace 2013-05-06 08:02:20 +00:00
search.c Trailing whitespace 2013-05-06 08:02:20 +00:00
symbol.c Remove trailing whitespace 2013-05-03 10:27:05 +00:00
symver.c convert to SIMPLEQ like the rest of the queues. 2013-05-09 15:38:14 +00:00
sysident.h For earm, emit a MARCH note. 2013-09-10 16:35:10 +00:00
tls.c Only initialise TLS space from the PT_TLS segment, if the size is 2013-10-21 19:14:15 +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.