aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@gcc.gnu.org>2015-01-31 21:09:48 -0500
committerSandra Loosemore <sandra@gcc.gnu.org>2015-01-31 21:09:48 -0500
commit0353c564debb7e8ab17e53bb92127d8e1d6fe010 (patch)
treeece0bda936a4ccd6a5edc069bbaaa227ffb77e0a
parentdb30e21cbff7b9b2acd13ab83e25e3bf52f9696f (diff)
downloadgcc-0353c564debb7e8ab17e53bb92127d8e1d6fe010.zip
gcc-0353c564debb7e8ab17e53bb92127d8e1d6fe010.tar.gz
gcc-0353c564debb7e8ab17e53bb92127d8e1d6fe010.tar.bz2
Correct Changelog for r220309
From-SVN: r220314
-rw-r--r--ChangeLog8
-rw-r--r--gcc/ChangeLog8
2 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ddf23f93..ae98e61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,3 @@
-2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
-
- * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
- preferred names of the architecture and its 32- and 64-bit
- variants.
- * doc/invoke.texi: Likewise.
- * doc/md.texi: Likewise.
-
2015-01-29 David Malcolm <dmalcolm@redhat.com>
PR jit/64780
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 19cb15c..7c06f05 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
+
+ * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
+ preferred names of the architecture and its 32- and 64-bit
+ variants.
+ * doc/invoke.texi: Likewise.
+ * doc/md.texi: Likewise.
+
2015-01-31 Uros Bizjak <ubizjak@gmail.com>
PR target/64882