NetBSD/libexec/ld.elf_so
lukem b4fba76b41 Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")
NOTE: change based on ../i386/mdreloc.c 1.27
XXX: not compile tested
2009-03-16 02:46:47 +00:00
..
arch Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-03-16 02:46:47 +00:00
Makefile Default to WARNS=4 2009-03-16 02:24:55 +00:00
README
TODO
debug.c
debug.h
expand.c
headers.c add some (uintptr_t) to some casts, so these compile with ELFSIZE=32 2009-01-06 04:01:46 +00:00
ld.elf_so.1
load.c
map_object.c add some (uintptr_t) to some casts, so these compile with ELFSIZE=32 2009-01-06 04:01:46 +00:00
paths.c
reloc.c
rtld.c if LD32DIR is defined: 2008-10-26 07:11:54 +00:00
rtld.h
rtldenv.h
search.c
symbol.c
sysident.h
xmalloc.c
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.