* config/s390/s390.c (optimization_options): Set
flag_asynchronous_unwind_tables to 1 by default.
From-SVN: r59135
+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.
{
/* ??? 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