aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b694a7cb55..d87885c4d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2016-08-03 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
+
+ * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernal_tanl):
+ Use fabsl instead of fabs.
+ * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl):
+ Likewise.
+ * sysdeps/ieee754/ldbl-128/s_atanl.c (__kernel_tanl):
+ Add long double suffix to constant to ensure proper
+ promotion to long double.
+
2016-08-03 Tom Tromey <tom@tromey.com>
[BZ #20311]