aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorMartin Sebor <msebor@redhat.com>2015-10-22 23:48:17 +0000
committerMartin Sebor <msebor@gcc.gnu.org>2015-10-22 17:48:17 -0600
commitffbd5e09b7851d579034fb1ca7efc0703fc2ee30 (patch)
tree18c7f34de19378ea3c4eab48ff6052b83bd035f4 /gcc/ChangeLog
parentefee9dc4863288a7959873237ddf05935e2c60b7 (diff)
downloadgcc-ffbd5e09b7851d579034fb1ca7efc0703fc2ee30.zip
gcc-ffbd5e09b7851d579034fb1ca7efc0703fc2ee30.tar.gz
gcc-ffbd5e09b7851d579034fb1ca7efc0703fc2ee30.tar.bz2
re PR driver/68043 (many undocumented options, missing punctuation)
gcc/ChangeLog: 2015-10-22 Martin Sebor <msebor@redhat.com> PR driver/68043 * config/i386/i386.opt: Add missing periods to the ends of sentences. * config/msp430/msp430.opt: Same. gcc/testsuite/ChangeLog: 2015-10-22 Martin Sebor <msebor@redhat.com> PR driver/68043 * gcc.misc-tests/help.exp: Verify that option descriptions end in periods. * lib/options.exp (check_for_options): Use the regexp --line option. Print unexpected match on failure. From-SVN: r229205
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 85c23fd..cdc9bfd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2015-10-22 Martin Sebor <msebor@redhat.com>
+
+ PR driver/68043
+ * config/i386/i386.opt: Add missing periods to the ends of sentences.
+ * config/msp430/msp430.opt: Same.
+
2015-10-21 David Wohlferd <dw@LimeGreenSocks.com>
* doc/extend.exp (Global Register Variables): Rewrite.