aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2015-01-31 18:47:13 -0500
committerSandra Loosemore <sandra@gcc.gnu.org>2015-01-31 18:47:13 -0500
commit7d47d0a1b89d4af6d5ef8ee5abce7858d5507fd0 (patch)
treebed6326b1a4a941db169c949bc04345b46fe6249 /ChangeLog
parent407028931a0d0729690c646579fe282eff66aa16 (diff)
downloadgcc-7d47d0a1b89d4af6d5ef8ee5abce7858d5507fd0.zip
gcc-7d47d0a1b89d4af6d5ef8ee5abce7858d5507fd0.tar.gz
gcc-7d47d0a1b89d4af6d5ef8ee5abce7858d5507fd0.tar.bz2
extend.texi: Use "x86"...
2015-01-31 Sandra Loosemore <sandra@codesourcery.com> gcc/ * 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. From-SVN: r220309
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae98e61..ddf23f93 100644
--- a/ChangeLog
+++ b/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-29 David Malcolm <dmalcolm@redhat.com>
PR jit/64780