summaryrefslogtreecommitdiff
path: root/gcc/opth-gen.awk
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-23 19:18:27 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-23 19:18:27 +0000
commit652f626bed1542a97f73838a5536c29beb489374 (patch)
tree35186a5c4ab7dc036455934ac7d950724ff8fbef /gcc/opth-gen.awk
parenteade63c318cbb12702fdf61515c814710ac768f8 (diff)
downloadgcc-652f626bed1542a97f73838a5536c29beb489374.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128699 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/opth-gen.awk')
-rw-r--r--gcc/opth-gen.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk
index 20269501a38..dbd019191b6 100644
--- a/gcc/opth-gen.awk
+++ b/gcc/opth-gen.awk
@@ -61,6 +61,7 @@ print "#ifndef OPTIONS_H"
print "#define OPTIONS_H"
print ""
print "extern int target_flags;"
+print "extern int target_flags_explicit;"
print ""
for (i = 0; i < n_opts; i++) {