NetBSD/libexec/ld.elf_so
chs d7bbed6455 avoid linker warnings with the new binutils by not forcing ld.elf_so
to be soft-float.  the floating-point usage in ld.elf_so is only
because of stdarg functions like printf(), and gcc 4.5 is good
about not actually executing the FP instructions in such functions
unless FP values are passed to them, which ld.elf_so doesn't do.
2011-10-26 15:56:58 +00:00
..
arch avoid linker warnings with the new binutils by not forcing ld.elf_so 2011-10-26 15:56:58 +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 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 consistent debugging info for program headers 2011-08-13 22:25:20 +00:00
paths.c
reloc.c PR/45015: ld.elf_so: support ELF symbol versioning 2011-06-25 05:45:10 +00:00
rtld.c Don't block SIGTRAP so that on architectures where the debugger needs to 2011-10-23 21:06:07 +00:00
rtld.h PR/45015: ld.elf_so: support ELF symbol versioning 2011-06-25 05:45:10 +00:00
rtldenv.h PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12" 2010-10-29 15:08:17 +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 printing the pathname of the shared object is much more useful than the 2011-08-13 22:24:57 +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 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.