NetBSD/libexec/ld.elf_so
mrg fb3cc85fef add some (uintptr_t) to some casts, so these compile with ELFSIZE=32
*and _LP64.  necessary for 32/64 bit combo ldd support.
2009-01-06 04:01:46 +00:00
..
arch move the defines for RTLD_ARCH_SUBDIR into a sub-sub-makefile so we can 2009-01-06 02:15:06 +00:00
Makefile if LD32DIR is defined: 2008-10-26 07:11:54 +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 Fix error in previous. From nakayama@. 2008-06-05 00:03:20 +00:00
reloc.c Make sure to call dlerror() to clear any error messages after the relocations 2008-07-29 16:27:01 +00:00
rtld.c if LD32DIR is defined: 2008-10-26 07:11:54 +00:00
rtld.h lib/39649: dlsym(3) does not follow dependencies 2008-10-04 09:37:12 +00:00
rtldenv.h
search.c
symbol.c lib/39649: dlsym(3) does not follow dependencies 2008-10-04 09:37:12 +00:00
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.