OSDN Git Service

* except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2001 23:13:42 +0000 (23:13 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2001 23:13:42 +0000 (23:13 +0000)
        DWARF2_UNWIND_INFO not just whether it is defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43829 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/except.h

index c92144e..3d8bc4d 100644 (file)
@@ -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
index b5a219e..39500a0 100644 (file)
@@ -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)))))