diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-01-27 06:37:10 -0600 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-01-28 05:59:21 -0500 |
commit | d4d0ecb24474928b9dfcce6c3f09694fab2400b6 (patch) | |
tree | fb1446f69193dbf2b07a1bc52c42dac10dafd3a8 /NEWS | |
parent | 08cee2a464f614a6d4275b5af6c52481f1aa16e6 (diff) | |
download | glibc-d4d0ecb24474928b9dfcce6c3f09694fab2400b6.tar.gz |
powerpc: Fix fesetexceptflag [BZ#17885]
This patch fixes a bug introduced by 18f2945ae9216cfc, where it optimizes
the FPSCR set by just issuing a mtfs instruction if new flag is different
from older one. The issue is a typo, where the new flag should the the
new value, instead of the old one.
It fixes BZ#17885.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Version 2.21 17657, 17658, 17664, 17665, 17668, 17682, 17702, 17717, 17719, 17722, 17723, 17724, 17725, 17732, 17733, 17744, 17745, 17746, 17747, 17748, 17775, 17777, 17780, 17781, 17782, 17791, 17793, 17796, 17797, 17803, - 17806, 17834, 17844, 17848, 17868, 17869, 17870 + 17806, 17834, 17844, 17848, 17868, 17869, 17870, 17885 * A new semaphore algorithm has been implemented in generic C code for all machines. Previous custom assembly implementations of semaphore were |