aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorWolfgang Gellerich <gellerich@de.ibm.com>2007-10-10 13:07:43 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2007-10-10 13:07:43 +0000
commit14078ff6b7f18f879789391f48c2b2e96aa4388a (patch)
tree85d39b76d41ebedc4ce2557d30969fbb30fa8179 /gcc
parent4b3d1177d8280fd5be57acdd738688c4e9b0f2ea (diff)
downloadgcc-14078ff6b7f18f879789391f48c2b2e96aa4388a.zip
gcc-14078ff6b7f18f879789391f48c2b2e96aa4388a.tar.gz
gcc-14078ff6b7f18f879789391f48c2b2e96aa4388a.tar.bz2
opth-gen.awk: Fixed generation of comment stating the origin of options.h
2007-10-10 Wolfgang Gellerich <gellerich@de.ibm.com> * opth-gen.awk: Fixed generation of comment stating the origin of options.h From-SVN: r129203
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/opth-gen.awk2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c347d43..d8a7801 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-10 Wolfgang Gellerich <gellerich@de.ibm.com>
+
+ * opth-gen.awk: Fixed generation of comment stating the origin
+ of options.h
+
2007-10-10 Kazu Hirata <kazu@codesourcery.com>
Revert:
diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk
index dbd0191..f096112 100644
--- a/gcc/opth-gen.awk
+++ b/gcc/opth-gen.awk
@@ -55,7 +55,7 @@ BEGIN {
# Dump out an enumeration into a .h file.
# Combine the flags of duplicate options.
END {
-print "/* This file is auto-generated by opts.sh. */"
+print "/* This file is auto-generated by opth-gen.awk. */"
print ""
print "#ifndef OPTIONS_H"
print "#define OPTIONS_H"