summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2015-01-27 06:37:10 -0600
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2015-01-28 05:59:21 -0500
commitd4d0ecb24474928b9dfcce6c3f09694fab2400b6 (patch)
treefb1446f69193dbf2b07a1bc52c42dac10dafd3a8 /ChangeLog
parent08cee2a464f614a6d4275b5af6c52481f1aa16e6 (diff)
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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e3120093c..52f8c11867 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-01-28 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
+ [BZ #17885]
+ * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
+ value to set as new flag.
+
[BZ #16576]
* sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
and use _ARCH_PPCSQ instead.