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
+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:
# 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"