aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-07-06 16:13:42 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-07-06 16:13:42 -0700
commit84fc8b47f39bdb9b21dbb2eacb85197920bb9f5b (patch)
treeed6cf4b1eecc3ef444fe77b2e7c03d13667c90e7 /gcc
parent81216ef2467958f5513faa053761d26291e301bd (diff)
downloadgcc-84fc8b47f39bdb9b21dbb2eacb85197920bb9f5b.zip
gcc-84fc8b47f39bdb9b21dbb2eacb85197920bb9f5b.tar.gz
gcc-84fc8b47f39bdb9b21dbb2eacb85197920bb9f5b.tar.bz2
except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of DWARF2_UNWIND_INFO not just whether it is defined.
* except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of DWARF2_UNWIND_INFO not just whether it is defined. From-SVN: r43829
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/except.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c92144e..3d8bc4d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-06 Richard Henderson <rth@redhat.com>
+
+ * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
+ DWARF2_UNWIND_INFO not just whether it is defined.
+
2001-07-06 Diego Novillo <dnovillo@redhat.com>
* combine.c (combine_simplify_rtx): Also recompute 'mode' if the
diff --git a/gcc/except.h b/gcc/except.h
index b5a219e..39500a0 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -180,7 +180,7 @@ extern tree (*lang_eh_runtime_type) PARAMS ((tree));
#if ! (defined (EH_RETURN_DATA_REGNO) \
&& (defined (IA64_UNWIND_INFO) \
- || (defined (DWARF2_UNWIND_INFO) \
+ || (DWARF2_UNWIND_INFO \
&& defined (EH_RETURN_STACKADJ_RTX) \
&& (defined (EH_RETURN_HANDLER_RTX) \
|| defined (HAVE_eh_return)))))