aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-07 22:17:33 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-07 22:17:33 -0400
commit3d4837df4ab1a826871e31822694e137779fd7d0 (patch)
tree8ee88e3d7bc6aceb1385c58ccf72cc1072200d94 /ChangeLog
parentbd8f72ec2a058e576d8e597914dd5c57ff923e72 (diff)
downloadglibc-3d4837df4ab1a826871e31822694e137779fd7d0.zip
glibc-3d4837df4ab1a826871e31822694e137779fd7d0.tar.gz
glibc-3d4837df4ab1a826871e31822694e137779fd7d0.tar.bz2
Check for finite/infinity parms in IBM Long Double 128 fmal( )
This patch addresses some IBM Long Double 128 fmal () test-ldouble.out and test-ildoubl.out failures. If the ‘x’ and ‘y’ parameters are finite values and ‘z’ is infinity, the result of fmal () should be ‘z’ not NaN. Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57d3be9..ad81f74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,11 @@
* sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
__mcount_internal with usual JUMPTARGET. Remove useless nop.
+2011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
+
+ * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
+ for finite and infinity parameters.
+
2011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
* sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment