summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-01 18:31:46 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-01 18:31:46 +0000
commitf3400abb62ca61eab45d996d47c972817654d2b3 (patch)
treea908447e9c4b9e281894f469d06e0740c0cb2228
parent5b10154059643b392cb6bba56d3ea16996b0f5e0 (diff)
downloadppe42-gcc-f3400abb62ca61eab45d996d47c972817654d2b3.tar.gz
ppe42-gcc-f3400abb62ca61eab45d996d47c972817654d2b3.zip
* config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45351 138bc75d-0d04-0410-961f-82ee72b054a4
-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 a3c17dec263..3a2c75a5d7d 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 9a3b1193084..8f2ee8094be 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. */
OpenPOWER on IntegriCloud