NetBSD/libexec/ld.elf_so
mrauch f06ab72b6e Change the symbol lookup order to search RTLD_GLOBAL objects
before referencing object's DAG. This makes it possible for
C++ exceptions to work across shared libraries.

Patch taken from FreeBSD: src/libexec/rtld-elf/rtld.c: 1.67 -> 1.68,
committed there by kan@FreeBSD.org.
2003-12-07 09:36:06 +00:00
..
arch Restore handling of reloc entries that point to unaligned locations 2003-11-19 19:41:57 +00:00
Makefile Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
README
TODO
debug.c
debug.h
headers.c
ld.elf_so.1
load.c Don't try to preload an empty string. 2003-11-25 14:36:49 +00:00
malloc.c
map_object.c
paths.c
reloc.c
rtld.c
rtld.h
rtldenv.h
search.c
symbol.c Change the symbol lookup order to search RTLD_GLOBAL objects 2003-12-07 09:36:06 +00:00
sysident.h
xmalloc.c
xprintf.c

README

$NetBSD: README,v 1.10 2002/09/13 04:05:00 mycroft Exp $

TO DO:

* Support for coexistance of 32-bit and 64-bit ELF on platforms that can
  do that.