NetBSD/libexec/ld.elf_so
matt e26b436cdb Simplify. If we got called via a calls $n, *pcrel32, instead of constructing
a new stack frame, back up the PC by 7 and return back to the calls so it
will be reinvoked.  (This is by far the most common way it gets invoked).
Otherwise rebuild a new callframe and jump to the routine.
2014-03-21 14:03:30 +00:00
..
arch Simplify. If we got called via a calls $n, *pcrel32, instead of constructing 2014-03-21 14:03:30 +00:00
debug.c
debug.h Fix DEBUG build. 2013-08-03 13:17:05 +00:00
diagassert.c
expand.c Trailing whitespace 2013-05-06 08:02:20 +00:00
headers.c Make ldd happy 2014-03-07 01:27:14 +00:00
ld.elf_so.1
load.c CID 1132773: Fix file descriptor leak 2013-11-27 18:01:33 +00:00
Makefile Enable building ld.elf_so for powerpc 2014-03-06 09:34:56 +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
README
README.TLS
reloc.c
rtld.c Ignore LD_BIND_NOW for setuid binaries, but keep it in the environment 2014-03-18 16:05:34 +00:00
rtld.h More PPC64 changes. 2014-03-06 19:19:40 +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 Don't resolve symbols to PLT entries on the VAX. It just causes a lot of 2014-03-21 01:40:41 +00:00
symver.c convert to SIMPLEQ like the rest of the queues. 2013-05-09 15:38:14 +00:00
sysident.h Don't align random sections. Simplify by using .pushsection/.popsection. 2014-01-12 19:36:08 +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
TODO
xmalloc.c don't free cp before we copy it! 2013-01-24 17:57:29 +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.