diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index e8a66bfd2a0..9b88302d763 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -404,6 +404,10 @@ extern int flag_exceptions; extern int flag_new_exceptions; +/* Nonzero means generate frame unwind info table when supported */ + +extern int flag_unwind_tables; + /* Nonzero means don't place uninitialized global data in common storage by default. */ |