]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
authorGeoffrey Keating <geoffk@redhat.com>
Sat, 1 Sep 2001 18:31:46 +0000 (18:31 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 1 Sep 2001 18:31:46 +0000 (18:31 +0000)
From-SVN: r45351

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

index a3c17dec263450eae8f7b6ddfbdb724f8473bb6e..3a2c75a5d7dc8d1fdd7d961e151a85cd17124d5c 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 9a3b1193084117750f3afb55bf7dd06d511697d3..8f2ee8094be02e1fb9d5600173420151fe8f3962 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.  */