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:
parent
531073e70e
commit
894d0e3925
@ -17,6 +17,9 @@
|
|||||||
* dwarf2out.c, except.c, final.c, toplev.c, config/ia64/ia64.c:
|
* dwarf2out.c, except.c, final.c, toplev.c, config/ia64/ia64.c:
|
||||||
Use USING_SJLJ_EXCEPTIONS instead of exceptions_via_longjmp.
|
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>
|
2001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
* configure.in: Don't check for bcopy.
|
* configure.in: Don't check for bcopy.
|
||||||
|
@ -472,10 +472,6 @@ extern void push_ehqueue PARAMS ((void));
|
|||||||
/* Restore a previously pushed ehqueue. */
|
/* Restore a previously pushed ehqueue. */
|
||||||
extern void pop_ehqueue PARAMS ((void));
|
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
|
/* One to protect cleanup actions with a handler that calls
|
||||||
__terminate, zero otherwise. */
|
__terminate, zero otherwise. */
|
||||||
|
|
||||||
|
@ -624,4 +624,7 @@ extern int flag_eliminate_dwarf2_dups;
|
|||||||
and to print them when we are done. */
|
and to print them when we are done. */
|
||||||
extern int flag_detailed_statistics;
|
extern int flag_detailed_statistics;
|
||||||
|
|
||||||
|
/* Nonzero means enable synchronous exceptions for non-call instructions. */
|
||||||
|
extern int flag_non_call_exceptions;
|
||||||
|
|
||||||
#endif /* GCC_FLAGS_H */
|
#endif /* GCC_FLAGS_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user