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 e8da68456f6..84d5b39b615 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -181,6 +181,10 @@ extern int flag_shlib; extern int flag_debug_asm; +/* Generate code for GNU or NeXT Objective-C runtime environment. */ + +extern int flag_next_runtime; + extern int flag_dump_rtl_in_asm; /* If one, renumber instruction UIDs to reduce the number of |