aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@gcc.gnu.org>2016-12-26 10:16:15 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2016-12-26 10:16:15 +0000
commitcff411879cb9c5caf1428791d4ce352239e83fd0 (patch)
treeaea2f8a074a3449ebc71d83fdfbe991075487c2f /gcc
parent4f4f634fffeb10da1c257f0a0ed2f848164da864 (diff)
downloadgcc-cff411879cb9c5caf1428791d4ce352239e83fd0.zip
gcc-cff411879cb9c5caf1428791d4ce352239e83fd0.tar.gz
gcc-cff411879cb9c5caf1428791d4ce352239e83fd0.tar.bz2
Summary: Whitespace cleanup
From-SVN: r243926
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0f2a6dc..cdb6b5b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -8,16 +8,16 @@
* doc/cpp.texi (Invocation): Revise to indicate that GCC driver
options are only documented in the GCC manual.
- * doc/cppopts.texi: Delete documentation of GCC driver options
+ * doc/cppopts.texi: Delete documentation of GCC driver options
-o, -Wall, -Wtraditional, -Werror, -Wsystem-headers, -w,
- -pedantic, -pedantic-errors, -std=, -ansi, --help, --target-help,
- -v, -version. Update -Wcomment, -Wtrigraphs, -Wundef,
- -Wexpansion-to-defined, -Wno-endif-labels, -traditional,
+ -pedantic, -pedantic-errors, -std=, -ansi, --help, --target-help,
+ -v, -version. Update -Wcomment, -Wtrigraphs, -Wundef,
+ -Wexpansion-to-defined, -Wno-endif-labels, -traditional,
-traditional-cpp, -trigraphs to merge text previously in GCC manual.
* doc/invoke.texi (Option Summary): Move -trigraphs, -traditional,
and -traditional-cpp from C dialect options to preprocessor options.
(C Dialect Options): Likewise.
- (Warning Options): Delete documentation of -Wcomment, -Wtrigraphs,
+ (Warning Options): Delete documentation of -Wcomment, -Wtrigraphs,
-Wexpansion-to-defined, -Wundef, and -Wno-endif-labels.
2016-12-24 Richard Sandiford <richard.sandiford@arm.com>