aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51faaed4c2..b23297b29b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2015-11-10 Joseph Myers <joseph@codesourcery.com>
+
+ [BZ #19228]
+ * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Save
+ and restore full floating-point state.
+ * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
+ Likewise.
+ * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
+ Likewise.
+ * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
+ Likewise.
+ * math/test-nearbyint-except-2.c: New file.
+ * math/Makefile (tests): Add test-nearbyint-except-2.
+
2015-11-10 H.J. Lu <hongjiu.lu@intel.com>
[BZ #19178]