except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of DWARF2_UNWIND_INFO not...
authorRichard Henderson <rth@redhat.com>
Fri, 6 Jul 2001 23:13:42 +0000 (16:13 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 6 Jul 2001 23:13:42 +0000 (16:13 -0700)
        * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
        DWARF2_UNWIND_INFO not just whether it is defined.

From-SVN: r43829

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)))))