diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2015-01-31 18:47:13 -0500 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2015-01-31 18:47:13 -0500 |
commit | 7d47d0a1b89d4af6d5ef8ee5abce7858d5507fd0 (patch) | |
tree | bed6326b1a4a941db169c949bc04345b46fe6249 /ChangeLog | |
parent | 407028931a0d0729690c646579fe282eff66aa16 (diff) | |
download | gcc-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |