From: Wolfgang Gellerich Date: Wed, 10 Oct 2007 13:07:43 +0000 (+0000) Subject: opth-gen.awk: Fixed generation of comment stating the origin of options.h X-Git-Tag: releases/gcc-4.3.0~2122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14078ff6b7f18f879789391f48c2b2e96aa4388a;p=thirdparty%2Fgcc.git opth-gen.awk: Fixed generation of comment stating the origin of options.h 2007-10-10 Wolfgang Gellerich * opth-gen.awk: Fixed generation of comment stating the origin of options.h From-SVN: r129203 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c347d43fa745..d8a7801ae7e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-10-10 Wolfgang Gellerich + + * opth-gen.awk: Fixed generation of comment stating the origin + of options.h + 2007-10-10 Kazu Hirata Revert: diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk index dbd019191b6b..f096112cc907 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"