except.h (flag_non_call_exceptions): Move ...

* except.h (flag_non_call_exceptions): Move ...
        * flags.h: ... here.

From-SVN: r40906
This commit is contained in:
Richard Henderson 2001-03-27 21:38:40 -08:00 committed by Richard Henderson
parent 531073e70e
commit 894d0e3925
3 changed files with 6 additions and 4 deletions

View 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.

View 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. */

View 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 */