summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-09-06 19:51:46 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-09-06 19:51:46 +0000
commit6494ee837c60fe7507e606a8995d824bb9ed35da (patch)
treeb5c29d1db18f2a34ba336de1188529ebe43bed37 /newlib/ChangeLog
parent1eb76b8f84c8f718c98590caaebd5e38d206829a (diff)
downloadcygnal-6494ee837c60fe7507e606a8995d824bb9ed35da.tar.gz
cygnal-6494ee837c60fe7507e606a8995d824bb9ed35da.tar.bz2
cygnal-6494ee837c60fe7507e606a8995d824bb9ed35da.zip
2007-09-06 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (_M_LOG2E): New log2 of e macro. (log2): Use _M_LOG2E instead of M_LOG2E. (log2f): Ditto. (M_LOG2E): Define to be _M_LOG2E.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index b9551a1b4..187fc6a96 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-06 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/math.h (_M_LOG2E): New log2 of e macro.
+ (log2): Use _M_LOG2E instead of M_LOG2E.
+ (log2f): Ditto.
+ (M_LOG2E): Define to be _M_LOG2E.
+
2007-09-04 Kazunori Asayama <asayama@sm.sony.co.jp>
* libm/math/wf_tgamma.c: Add missing include.