opth-gen.awk: Define target_flags_explicit.
authorSriraman Tallam <tmsriram@google.com>
Fri, 18 Oct 2013 02:47:12 +0000 (02:47 +0000)
committerSriraman Tallam <tmsriram@gcc.gnu.org>
Fri, 18 Oct 2013 02:47:12 +0000 (02:47 +0000)
* opth-gen.awk: Define target_flags_explicit.

From-SVN: r203808

gcc/ChangeLog
gcc/opth-gen.awk

index b4e88e2..abcfdea 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-17  Sriraman Tallam  <tmsriram@google.com>
+
+       * opth-gen.awk: Define target_flags_explicit.
+
 2013-10-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        * config/rs6000/rs6000.c (enum rs6000_reload_reg_type): Add new
index 01c5ab6..46bd570 100644 (file)
@@ -114,6 +114,7 @@ print "};"
 print "extern struct gcc_options global_options;"
 print "extern const struct gcc_options global_options_init;"
 print "extern struct gcc_options global_options_set;"
+print "#define target_flags_explicit global_options_set.x_target_flags"
 print "#endif"
 print "#endif"
 print ""