From: Geoffrey Keating Date: Sat, 1 Sep 2001 18:31:46 +0000 (+0000) Subject: * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0. X-Git-Tag: prereleases/libstdc++-3.0.95~2294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27e731daa7966bf10323d61618706d3aaa44b99;p=thirdparty%2Fgcc.git * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0. From-SVN: r45351 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a3c17dec2634..3a2c75a5d7dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-01 Geoffrey Keating + + * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0. + 2001-09-01 Kaveh R. Ghazi * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'. diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 9a3b11930841..8f2ee8094be0 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -4534,7 +4534,7 @@ do { \ If this macro is defined to anything, the DWARF 2 unwinder will be used instead of inline unwinders and __unwind_function in the non-setjmp case. */ -/* #define DWARF2_UNWIND_INFO */ +#define DWARF2_UNWIND_INFO 0 /* Assembler Commands for Alignment. */