aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-12-01 13:58:52 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-12-01 13:58:52 +0000
commit5e471ea65b2d7ee38c8ec991fe8b1ded8766acc2 (patch)
tree22ef034e385c243309503680ac6ccdcaafcc7e75 /gcc/flags.h
parente1208a579981b33f86535e7d1fb42ea843d04737 (diff)
downloadgcc-5e471ea65b2d7ee38c8ec991fe8b1ded8766acc2.zip
gcc-5e471ea65b2d7ee38c8ec991fe8b1ded8766acc2.tar.gz
gcc-5e471ea65b2d7ee38c8ec991fe8b1ded8766acc2.tar.bz2
common.opt (flag_stack_check): New Variable entry.
* common.opt (flag_stack_check): New Variable entry. (fcompare-debug-second): Use Var. * flags.h (flag_compare_debug, flag_stack_check): Remove. * opts.c (flag_compare_debug): Remove. (common_handle_option): Don't handle OPT_fcompare_debug_second. Set opts->x_flag_stack_check for OPT_fstack_check_. * toplev.c (flag_stack_check): Remove. ada: * gcc-interface/misc.c (flag_compare_debug, flag_stack_check): Undefine as macros then define as variables. (gnat_post_options): Set variables from global_options. From-SVN: r167331
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index a3e277c..4104955 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -34,11 +34,6 @@ extern const char *const debug_type_names[];
extern void strip_off_ending (char *, int);
extern int base_of_path (const char *path, const char **base_out);
-/* Run the second compilation of -fcompare-debug. Not defined using
- Var in common.opt because this is used in Ada code and so must be
- an actual variable not a macro. */
-extern int flag_compare_debug;
-
/* True if this is the LTO front end (lto1). This is used to disable
gimple generation and lowering passes that are normally run on the
output of a front end. These passes must be bypassed for lto since
@@ -120,8 +115,6 @@ extern struct target_flag_state *this_target_flag_state;
/* Nonzero if we dump in VCG format, not plain text. */
extern int dump_for_graph;
-extern enum stack_check_type flag_stack_check;
-
/* Returns TRUE if generated code should match ABI version N or
greater is in use. */