diff options
author | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-01 23:54:10 +0000 |
---|---|---|
committer | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-01 23:54:10 +0000 |
commit | 89324f532446cb315589c35b2c6316f9fbe6f693 (patch) | |
tree | fbb079fec4d08def0fdda3b3796d98b3d718b7e7 /gcc/ChangeLog | |
parent | bdc177dc07ec149c11867cf7dc4ed35b28cab596 (diff) | |
download | gcc-89324f532446cb315589c35b2c6316f9fbe6f693.tar.gz |
2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* doc/extend.texi (Common Function Attributes) <noplt>: Move
to correct alphabetization of table. Copy-edit and correct
markup.
<stack_protect>: Likewise.
<target_clones>: Likewise.
<simd>: Likewise.
* doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
Correct punctuation.
(Code Gen Options) <-fno-plt>: Copy-edit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232030 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b1fd2d3536..a19bbfecc21 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2016-01-01 Sandra Loosemore <sandra@codesourcery.com> + + * doc/extend.texi (Common Function Attributes) <noplt>: Move + to correct alphabetization of table. Copy-edit and correct + markup. + <stack_protect>: Likewise. + <target_clones>: Likewise. + <simd>: Likewise. + * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>: + Correct punctuation. + (Code Gen Options) <-fno-plt>: Copy-edit. + 2016-01-01 Bernd Edlinger <bernd.edlinger@hotmail.de> PR target/68917 |