about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-07-09 11:06:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-07-09 11:06:34 +0000
commit638a572eb0d9af9588bf79e14badc1efefe59d99 (patch)
tree4e519d885a916df57a231f058bafe1bc212b1f0f /ChangeLog
parentad41a87fe0777b1500df48609307f8d9d906dfb9 (diff)
downloadglibc-638a572eb0d9af9588bf79e14badc1efefe59d99.tar.gz
glibc-638a572eb0d9af9588bf79e14badc1efefe59d99.tar.xz
glibc-638a572eb0d9af9588bf79e14badc1efefe59d99.zip
Fix clog, clog10 spurious underflow exceptions (bug 14337).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e6f0132f3..5291b24fe8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2012-07-09  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #14337]
+	* math/s_clog.c (__clog): Avoid scaling a value down where that
+	could result in underflow.
+	* math/s_clog10.c (__clog10): Likewise.
+	* math/s_clog10f.c (__clog10f): Likewise.
+	* math/s_clog10l.c (__clog10l): Likewise.
+	* math/s_clogf.c (__clogf): Likewise.
+	* math/s_clogl.c (__clogl): Likewise.
+	* math/libm-test.inc (clog_test): Add more tests.
+	(clog10_test): Likewise.
+	* sysdeps/i386/fpu/libm-test-ulps: Update.
+	* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
 
 	[BZ #14283]