opth-gen.awk: Define target_flags_explicit.

* opth-gen.awk: Define target_flags_explicit.

From-SVN: r203808
This commit is contained in:
Sriraman Tallam 2013-10-18 02:47:12 +00:00 committed by Sriraman Tallam
parent 11d35a1527
commit 70e8b89b82
2 changed files with 5 additions and 0 deletions

View 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

View 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 ""