aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2007-09-23 19:18:27 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2007-09-23 19:18:27 +0000
commite9276c30128632a6578dcf011caddedda6acf48e (patch)
tree35186a5c4ab7dc036455934ac7d950724ff8fbef /gcc/toplev.c
parent4923a23068350b1db115d081b89800728f6241b2 (diff)
downloadgcc-e9276c30128632a6578dcf011caddedda6acf48e.zip
gcc-e9276c30128632a6578dcf011caddedda6acf48e.tar.gz
gcc-e9276c30128632a6578dcf011caddedda6acf48e.tar.bz2
opth-gen.awk (target_flags_explicit): Declare.
gcc/ * opth-gen.awk (target_flags_explicit): Declare. * toplev.h (target_flags_explicit): Delete declaration. * toplev.c (target_flags): Likewise. * config/mips/mips.h (mips_llsc_setting, mips_llsc): Delete. (GENERATE_SYNC, GENERATE_LL_SC): Redefine using target_explicit_flags. Never return true for TARGET_MIPS16. * config/mips/mips.c (mips_llsc): Delete. (mips_handle_option): Remove -mllsc handling. (mips_strip_unspec_address): Tweak comment. * config/mips/mips.opt (mllsc): Use a target mask. gcc/testsuite/ * gcc.target/mips/gcc-have-sync-compare-and-swap-1.c: Don't expect any of the macros to be defined for __mips16. * gcc.target/mips/gcc-have-sync-compare-and-swap-2.c: Likewise. From-SVN: r128699
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 0c4b638..8c6a68a 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -173,12 +173,6 @@ const char *dump_base_name;
const char *aux_base_name;
-/* Bit flags that specify the machine subtype we are compiling for.
- Bits are tested using macros TARGET_... defined in the tm.h file
- and set by `-m...' switches. Must be defined in rtlanal.c. */
-
-extern int target_flags;
-
/* A mask of target_flags that includes bit X if X was set or cleared
on the command line. */