Commit 70e8b89b by Sriraman Tallam Committed by Sriraman Tallam

opth-gen.awk: Define target_flags_explicit.

	* opth-gen.awk: Define target_flags_explicit.

From-SVN: r203808
parent 11d35a15
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
......
......@@ -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 ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment