aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d11b9c23f..a6fbb36ac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-06-28 Joseph Myers <joseph@codesourcery.com>
+ * math/tgmath.h [__USE_GNU] (log10): Use clog10 not __clog10.
+ * math/gen-tgmath-tests.py (Tests.add_all_tests): Test log10 for
+ complex arguments.
+
[BZ #21687]
* math/tgmath.h (__TGMATH_BINARY_REAL_RET_ONLY): New macro.
(totalorder): Use it.