aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-02-19 17:19:53 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-02-19 17:19:53 +0000
commit7b428e744b1ae62c8f26b4e1db487230b796c984 (patch)
tree7af9532337ac60aa7ffe4005e5271a294aae4758 /ChangeLog
parent59eda029a8a35e5f4e5cd7be0f84c6629e48ec6e (diff)
downloadglibc-7b428e744b1ae62c8f26b4e1db487230b796c984.tar
glibc-7b428e744b1ae62c8f26b4e1db487230b796c984.tar.gz
glibc-7b428e744b1ae62c8f26b4e1db487230b796c984.tar.bz2
glibc-7b428e744b1ae62c8f26b4e1db487230b796c984.zip
Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678).
The ldbl-128ibm implementation of nextafterl / nexttowardl returns -0 in FE_DOWNWARD mode when taking the next value below the least positive subnormal, when it should return +0. This patch fixes it to check explicitly for this case. Tested for powerpc. [BZ #19678] * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Ensure +0.0 is returned when taking the next value below the least positive value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bad618941c..5f42093e35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-02-19 Joseph Myers <joseph@codesourcery.com>
+
+ [BZ #19678]
+ * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
+ Ensure +0.0 is returned when taking the next value below the least
+ positive value.
+
2016-02-19 Florian Weimer <fweimer@redhat.com>
* sysdeps/generic/malloc-machine.h: Assume mutex_init is always