diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2015-01-31 21:11:30 -0500 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2015-01-31 21:11:30 -0500 |
commit | b4fbcb1bf2f569af3e57e91132f3573f37ad3800 (patch) | |
tree | bae709a7cfaad39f410356107f39eff5748c18e4 /gcc/ChangeLog | |
parent | 0353c564debb7e8ab17e53bb92127d8e1d6fe010 (diff) | |
download | gcc-b4fbcb1bf2f569af3e57e91132f3573f37ad3800.zip gcc-b4fbcb1bf2f569af3e57e91132f3573f37ad3800.tar.gz gcc-b4fbcb1bf2f569af3e57e91132f3573f37ad3800.tar.bz2 |
md.texi (Machine Constraints): Alphabetize table by target.
2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* doc/md.texi (Machine Constraints): Alphabetize table by target.
* doc/extend.texi (x86 Variable Attributes): Move section to
correct alphabetization after renaming.
(x86 Type Attributes): Likewise.
(Target Builtins): Re-alphabetize menu.
(x86 Built-in Functions): Move section to correct alphabetization
after renaming.
(x86 transactional memory intrinsics): Likewise.
* doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
and x86 Windows Options in table and menu.
(x86 Options): Move section to correct alphabetization after
renaming.
(x86 Windows Options): Likewise.
From-SVN: r220315
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c06f05..0618d83 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,21 @@ 2015-01-31 Sandra Loosemore <sandra@codesourcery.com> + * doc/md.texi (Machine Constraints): Alphabetize table by target. + * doc/extend.texi (x86 Variable Attributes): Move section to + correct alphabetization after renaming. + (x86 Type Attributes): Likewise. + (Target Builtins): Re-alphabetize menu. + (x86 Built-in Functions): Move section to correct alphabetization + after renaming. + (x86 transactional memory intrinsics): Likewise. + * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options + and x86 Windows Options in table and menu. + (x86 Options): Move section to correct alphabetization after + renaming. + (x86 Windows Options): Likewise. + +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. |