except.h (flag_non_call_exceptions): Move ...
authorRichard Henderson <rth@redhat.com>
Wed, 28 Mar 2001 05:38:40 +0000 (21:38 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 28 Mar 2001 05:38:40 +0000 (21:38 -0800)
        * except.h (flag_non_call_exceptions): Move ...
        * flags.h: ... here.

From-SVN: r40906

gcc/ChangeLog
gcc/except.h
gcc/flags.h

index 470ce29e16865a8af7e782cc2ceac7b9a388313e..156756fb9a5764a7048db7e04713b68adc7d611a 100644 (file)
@@ -17,6 +17,9 @@
        * dwarf2out.c, except.c, final.c, toplev.c, config/ia64/ia64.c:
        Use USING_SJLJ_EXCEPTIONS instead of exceptions_via_longjmp.
 
+       * except.h (flag_non_call_exceptions): Move ...
+       * flags.h: ... here.
+
 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * configure.in: Don't check for bcopy.
index 9ce470612e718c59550ba4929849300406379334..fadbb4b3f2622e4b8108803a7ca12372b16d0578 100644 (file)
@@ -472,10 +472,6 @@ extern void push_ehqueue                        PARAMS ((void));
 /* Restore a previously pushed ehqueue.  */
 extern void pop_ehqueue                         PARAMS ((void));
 
-/* One to enable asynchronous exception support.  */
-
-extern int flag_non_call_exceptions;
-
 /* One to protect cleanup actions with a handler that calls
    __terminate, zero otherwise.  */
 
index d0e2b27bf0e69ca8a80e6271f853038f0ebd5166..8bc2ddd383c7982b5bb3aba2a57ad2123608310f 100644 (file)
@@ -624,4 +624,7 @@ extern int flag_eliminate_dwarf2_dups;
    and to print them when we are done.  */
 extern int flag_detailed_statistics;
 
+/* Nonzero means enable synchronous exceptions for non-call instructions.  */
+extern int flag_non_call_exceptions;
+
 #endif /* GCC_FLAGS_H */