OSDN Git Service

* config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Sep 2001 18:31:46 +0000 (18:31 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Sep 2001 18:31:46 +0000 (18:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45351 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/stormy16/stormy16.h

index a3c17de..3a2c75a 100644 (file)
@@ -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'.
index 9a3b119..8f2ee80 100644 (file)
@@ -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
 
 \f
 /* Assembler Commands for Alignment.  */