opth-gen.awk: Define target_flags_explicit.
* opth-gen.awk: Define target_flags_explicit. From-SVN: r203808
This commit is contained in:
parent
11d35a1527
commit
70e8b89b82
@ -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
|
||||
|
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user