summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-01-15 09:50:31 +0100
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-01-15 09:50:31 +0100
commit7beb48cbb77ef32135a07b429838521a0c181377 (patch)
treee545e9c4f79024dee0da455c0cbf25d33c1d135d /ChangeLog
parentc20d5bf50991d6c4e396f27612ad379214120c48 (diff)
downloadglibc-7beb48cbb77ef32135a07b429838521a0c181377.tar.gz
glibc-7beb48cbb77ef32135a07b429838521a0c181377.tar.xz
glibc-7beb48cbb77ef32135a07b429838521a0c181377.zip
[BZ #16427] Fix ldbl-128 exp overflows.
Invoke the non-IEEE handling only for numbers special also in the IEEE
case.  This aligns the exp handling with the other ldbl variants.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eab51195c..d455e16ee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
+	[BZ #16427]
+	* sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
+	handling only for numbers special also in the IEEE case.
+
+2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
 	* sysdeps/s390/fpu/libm-test-ulps: Regenerate.
 
 2014-01-11  Allan McRae  <allan@archlinux.org>