about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 987e71f4d5..33d9f66142 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
 
+	* sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
+	isfinite.
+	* sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
+	* sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
+
+2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
+
 	* math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
 	__signbit* with standard C99 macros.
 	* math/e_exp10l.c: Likewise.