Subject: CVS commit: src/libexec/ld.elf_so
To: None <source-changes@NetBSD.org>
From: Michael Rauch <mrauch@netbsd.org>
List: source-changes
Date: 12/07/2003 09:36:07
Module Name:	src
Committed By:	mrauch
Date:		Sun Dec  7 09:36:07 UTC 2003

Modified Files:
	src/libexec/ld.elf_so: symbol.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/libexec/ld.elf_so/symbol.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.