aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@redhat.com>2001-09-01 18:31:46 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2001-09-01 18:31:46 +0000
commite27e731daa7966bf10323d61618706d3aaa44b99 (patch)
treea908447e9c4b9e281894f469d06e0740c0cb2228
parenta6ffcb2a1c48dd8fa581339a5d452900bd4961c6 (diff)
downloadgcc-e27e731daa7966bf10323d61618706d3aaa44b99.zip
gcc-e27e731daa7966bf10323d61618706d3aaa44b99.tar.gz
gcc-e27e731daa7966bf10323d61618706d3aaa44b99.tar.bz2
* config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
From-SVN: r45351
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/stormy16/stormy16.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a3c17de..3a2c75a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-01 Geoffrey Keating <geoffk@redhat.com>
+
+ * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
+
2001-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h
index 9a3b119..8f2ee80 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. */