From 0353c564debb7e8ab17e53bb92127d8e1d6fe010 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Sat, 31 Jan 2015 21:09:48 -0500 Subject: [PATCH] Correct Changelog for r220309 From-SVN: r220314 --- ChangeLog | 8 -------- gcc/ChangeLog | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index ddf23f931ca..ae98e615d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,3 @@ -2015-01-31 Sandra Loosemore - - * 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 PR jit/64780 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19cb15cf6b8..7c06f05777d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2015-01-31 Sandra Loosemore + + * 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 PR target/64882