aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@gcc.gnu.org>2013-11-22 13:59:55 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2013-11-22 13:59:55 +0000
commitf81448f7525462e58bc1393eb3b2157a66672cb0 (patch)
treeec22ebb39e1d6c3e5bdc8e1e01ace459e3240169 /gcc
parent905b0e0729e63ed8909ad97b255e795f1128d9e1 (diff)
downloadgcc-f81448f7525462e58bc1393eb3b2157a66672cb0.zip
gcc-f81448f7525462e58bc1393eb3b2157a66672cb0.tar.gz
gcc-f81448f7525462e58bc1393eb3b2157a66672cb0.tar.bz2
Fix formatting of changelog entry.
From-SVN: r205261
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3ae6ec9..76769b2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,6 @@
-2013-11-22 zadeck@naturalbridge.com
- * store-layout.c
- (place-field): Fix hwi test and accessor mismatch.
+2013-11-22 Kenneth Zadeck <zadeck@naturalbridge.com>
+
+ * store-layout.c (place-field): Fix hwi test and accessor mismatch.
2013-11-22 Jakub Jelinek <jakub@redhat.com>