diff options
author | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-31 23:47:13 +0000 |
---|---|---|
committer | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-31 23:47:13 +0000 |
commit | 3d516e4b4e4b1338c8fb38088678411350f24c70 (patch) | |
tree | bed6326b1a4a941db169c949bc04345b46fe6249 /ChangeLog | |
parent | f3b68f27ed379043a77003395dc6c230ebd3e152 (diff) | |
download | gcc-3d516e4b4e4b1338c8fb38088678411350f24c70.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220309 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ae98e615d55..ddf23f931ca 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 |