aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */