Subject: CVS commit: basesrc/lib/csu/common_elf
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/31/2001 02:40:12
Module Name:	basesrc
Committed By:	thorpej
Date:		Mon Dec 31 00:40:12 UTC 2001

Modified Files:
	basesrc/lib/csu/common_elf: Makefile.inc crtbegin.c

Log Message:
Add support for invoking GNU C++ local destructors in shared objects
via the __cxa_finalize() mechanism.

XXX Only enabled for new-toolchain platforms, as it requires the assembler
to support the .hidden pseudo-op.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/lib/csu/common_elf/Makefile.inc
cvs rdiff -r1.16 -r1.17 basesrc/lib/csu/common_elf/crtbegin.c

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