diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-26 07:47:14 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-26 07:47:14 +0000 |
commit | a142dffd4a046460b3e2d05481b93d5263aef6a5 (patch) | |
tree | 8a658fc76f302cff968cbd2d85939ffe1bc7ad06 /gcc/ChangeLog | |
parent | 12b0759e29024975975fce4b9de8704793ea8337 (diff) | |
download | gcc-a142dffd4a046460b3e2d05481b93d5263aef6a5.tar.gz |
* ChangeLog: Fix last entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210927 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 805669775fd..cdd447791ba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,8 @@ 2014-05-26 Michael Tautschnig <mt@debian.org> PR target/61249 - * doc/extend.texi: Fix parameter lists of __builtin_ia32_vfrczs[sd], - __builtin_ia32_mpsadbw256. + * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of + __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256. 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org> |