NetBSD/libexec/ld.elf_so
mrg 249d1f1111 use COPTS for -G0.
replace ${CPUFLAGS:M-mabi=64:M-mabi=o64} with two constructs.
the former doesn't seem to work anymore.
2009-12-18 17:10:07 +00:00
..
arch use COPTS for -G0. 2009-12-18 17:10:07 +00:00
debug.c
debug.h
expand.c
headers.c
ld.elf_so.1
load.c warns=4 2009-05-19 20:44:52 +00:00
Makefile simplify the logic for compat ld.elf_so and move it here. we now can 2009-12-13 09:31:47 +00:00
map_object.c warns=4 2009-05-19 20:44:52 +00:00
paths.c warns=4 2009-05-19 20:44:52 +00:00
README
reloc.c Add Solarisa-like dlinfo() interface to the ELF dynamic linker. 2009-09-24 21:21:33 +00:00
rtld.c If the environment is corrupt, die. From FreeBSD. 2009-12-02 15:50:13 +00:00
rtld.h Make _rtld_pagesz of type size_t. 2009-11-17 18:44:33 +00:00
rtldenv.h
search.c
symbol.c Add Solarisa-like dlinfo() interface to the ELF dynamic linker. 2009-09-24 21:21:33 +00:00
sysident.h
TODO
xmalloc.c warns=4 2009-05-19 20:44:52 +00:00
xprintf.c warns=4 2009-05-19 20:44:52 +00:00

$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.