From: Sriraman Tallam Date: Fri, 18 Oct 2013 02:47:12 +0000 (+0000) Subject: opth-gen.awk: Define target_flags_explicit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70e8b89b82f1c42efc159626b944b479a785850d;p=gcc.git opth-gen.awk: Define target_flags_explicit. * opth-gen.awk: Define target_flags_explicit. From-SVN: r203808 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b4e88e26c90..abcfdea4cfb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-10-17 Sriraman Tallam + + * opth-gen.awk: Define target_flags_explicit. + 2013-10-17 Michael Meissner * config/rs6000/rs6000.c (enum rs6000_reload_reg_type): Add new diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk index 01c5ab65f41..46bd570f6f7 100644 --- a/gcc/opth-gen.awk +++ b/gcc/opth-gen.awk @@ -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 ""