]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
opth-gen.awk: Fixed generation of comment stating the origin of options.h
authorWolfgang Gellerich <gellerich@de.ibm.com>
Wed, 10 Oct 2007 13:07:43 +0000 (13:07 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 10 Oct 2007 13:07:43 +0000 (13:07 +0000)
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

gcc/ChangeLog
gcc/opth-gen.awk

index c347d43fa745a51ceaea69dd344b152909a8893c..d8a7801ae7e2dce9ba429b5577878905fa06a861 100644 (file)
@@ -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:
index dbd019191b6b25b9414b444190959c184904f875..f096112cc907a549d284fd12d27ff3c2258a1f9b 100644 (file)
@@ -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"