NetBSD/libexec/ld.elf_so
matt 483a1c95a2 Fix problem with bss-plt objects which a reloc index, not offset.
(secure-plt uses an offset (index*sizeof(rela), bss-plt uses an index)
secure-plt will now take the offset and divide by 12 for an index.
2011-02-10 02:28:20 +00:00
..
arch Fix problem with bss-plt objects which a reloc index, not offset. 2011-02-10 02:28:20 +00:00
Makefile Warn about DT_TEXTRELs 2011-01-16 02:36:05 +00:00
README
TODO
debug.c
debug.h
expand.c
headers.c Add secure-plt support for powerpc to ld.elf_so. As part of this, we have to 2011-01-16 01:22:29 +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 Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
paths.c
reloc.c Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked 2010-12-24 12:41:42 +00:00
rtld.c Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked 2010-12-24 12:41:42 +00:00
rtld.h Unbreak gdb by ensuring _rtld_debug_state is in the dynamic symbol table. 2011-01-25 12:25:43 +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 Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
sysident.h
xmalloc.c ANSIfy 2010-12-03 23:07:49 +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.