aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2003-09-15 23:17:13 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2003-09-15 23:17:13 +0000
commitfb0317c6ea843e496fafa2fa4054f9982961d3ba (patch)
tree7d2cac1994470b31a3ba95a6ed2964831857c2bd /gcc/ChangeLog
parentd088acea7d5f2f530507f187cfbecaeb00abe0d6 (diff)
downloadgcc-fb0317c6ea843e496fafa2fa4054f9982961d3ba.zip
gcc-fb0317c6ea843e496fafa2fa4054f9982961d3ba.tar.gz
gcc-fb0317c6ea843e496fafa2fa4054f9982961d3ba.tar.bz2
invoke.texi (Warning Options): Add missing hyphen before "Wimport".
2003-09-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de> * doc/invoke.texi (Warning Options): Add missing hyphen before "Wimport". Change "-Wno-endif-labels" to "-Wendif-labels". Move "-Wold-style-definition" to the C-only section. Fix the ordering of the warning options. From-SVN: r71414
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 906b771..3c0e428 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ * doc/invoke.texi (Warning Options): Add missing hyphen before
+ "Wimport". Change "-Wno-endif-labels" to "-Wendif-labels".
+ Move "-Wold-style-definition" to the C-only section.
+ Fix the ordering of the warning options.
+
2003-09-15 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Jeff Law <law@redhat.com>