summaryrefslogtreecommitdiffstats
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index dccfc54b8bf..2b670054eb6 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -377,6 +377,11 @@ extern int flag_pic;
extern int flag_exceptions;
+/* Nonzero means use the new model for exception handling. Replaces
+ -DNEW_EH_MODEL as a compile option. */
+
+extern int flag_new_exceptions;
+
/* Nonzero means don't place uninitialized global data in common storage
by default. */
OpenPOWER on IntegriCloud