* except.h (flag_non_call_exceptions): Move ...
* flags.h: ... here.
From-SVN: r40906
* 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.
/* 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. */
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 */