From 894d0e3925471409585a6bdcc7af6b24be670fbf Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 27 Mar 2001 21:38:40 -0800 Subject: [PATCH] except.h (flag_non_call_exceptions): Move ... * except.h (flag_non_call_exceptions): Move ... * flags.h: ... here. From-SVN: r40906 --- gcc/ChangeLog | 3 +++ gcc/except.h | 4 ---- gcc/flags.h | 3 +++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 470ce29e168..156756fb9a5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * configure.in: Don't check for bcopy. diff --git a/gcc/except.h b/gcc/except.h index 9ce470612e7..fadbb4b3f26 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -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. */ diff --git a/gcc/flags.h b/gcc/flags.h index d0e2b27bf0e..8bc2ddd383c 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -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 */ -- 2.30.2