s390.c (optimization_options): Set flag_asynchronous_unwind_tables to 1 by default.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 15 Nov 2002 16:59:13 +0000 (16:59 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Fri, 15 Nov 2002 16:59:13 +0000 (16:59 +0000)
* config/s390/s390.c (optimization_options): Set
flag_asynchronous_unwind_tables to 1 by default.

From-SVN: r59135

gcc/ChangeLog
gcc/config/s390/s390.c

index 5461363a4312d8e62e31bdeee07327080ca51b9b..5d7596e6cbb1c2280e4bd28297850d9169099e30 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.c (optimization_options): Set 
+       flag_asynchronous_unwind_tables to 1 by default.
+
 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/s390.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
index 67f59d53b5ac58a07e734de18ce19e7545c9d60e..c2828a57aa7c4ab2f387c25029fb3a50c3a75ca8 100644 (file)
@@ -816,6 +816,10 @@ optimization_options (level, size)
 {
   /* ??? There are apparently still problems with -fcaller-saves.  */
   flag_caller_saves = 0;
+
+  /* By default, always emit DWARF-2 unwind info.  This allows debugging
+     without maintaining a stack frame back-chain.  */
+  flag_asynchronous_unwind_tables = 1;
 }
 
 void