From 14078ff6b7f18f879789391f48c2b2e96aa4388a Mon Sep 17 00:00:00 2001 From: Wolfgang Gellerich Date: Wed, 10 Oct 2007 13:07:43 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/opth-gen.awk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c347d43fa74..d8a7801ae7e 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 dbd019191b6..f096112cc90 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" -- 2.30.2