Subject: re: CVS commit: basesrc/lib/csu/common_elf
To: None <thorpej@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 08/03/2001 20:13:47
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.
this works for me with the new toolchain on sparc & i386.
thanks!
.mrg.