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: 08/03/2001 08:54:45
Module Name:	basesrc
Committed By:	thorpej
Date:		Fri Aug  3 05:54:44 UTC 2001

Modified Files:
	basesrc/lib/csu/common_elf: Makefile.inc crtbegin.c crtend.c
Added Files:
	basesrc/lib/csu/common_elf: dwarf2_eh.h

Log Message:
Add support for DWARF2 frame unwinding/exception handling.  This
should be sufficient for GCC 2.95.3, and probably GCC 3.0 as well.

Not yet enabled by default; further testing required.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/lib/csu/common_elf/Makefile.inc \
    basesrc/lib/csu/common_elf/crtend.c
cvs rdiff -r1.12 -r1.13 basesrc/lib/csu/common_elf/crtbegin.c
cvs rdiff -r0 -r1.1 basesrc/lib/csu/common_elf/dwarf2_eh.h

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