From f0302940e7c2acb587971e3c99dfbd00aa4e2134 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 26 Apr 2013 19:25:19 +0000 Subject: Fix csin, csinh, ccos, ccosh missing underflows (bug 15405). --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2900e14a64..1996e6c04a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2013-04-26 Joseph Myers + + [BZ #15405] + * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for + underflowed result. + * math/s_ccoshf.c (__ccoshf): Likewise. + * math/s_ccoshl.c (__ccoshl): Likewise. + * math/s_csin.c (__csin): Likewise. + * math/s_csinf.c (__csinf): Likewise. + * math/s_csinh.c (__csinh): Likewise. + * math/s_csinhf.c (__csinhf): Likewise. + * math/s_csinhl.c (__csinhl): Likewise. + * math/s_csinl.c (__csinl): Likewise. + * math/libm-test.inc (ccos_test): Add more tests. + (ccosh_test): Likewise. + (csin_test): Likewise. + (csinh_test): Likewise. + 2013-04-26 Adhemerval Zanella * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ... -- cgit v1.2.3