diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-07 15:30:59 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-07 15:30:59 +0000 |
commit | 78e66fb978b25652c87319063d984bd6e80e6f44 (patch) | |
tree | 5464e5a4055a123f36b1dde93bebe84b1897811d /newlib/ChangeLog | |
parent | e57c0627c395e397916c6c5157200825761326c5 (diff) | |
download | cygnal-78e66fb978b25652c87319063d984bd6e80e6f44.tar.gz cygnal-78e66fb978b25652c87319063d984bd6e80e6f44.tar.bz2 cygnal-78e66fb978b25652c87319063d984bd6e80e6f44.zip |
2007-09-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (_M_LOG2E): Replace with..
(_M_LOG2_E): New macro.
(log2, log2f, M_LOG2_E): Use _M_LOG2_E.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b8efad6b2..db4a36b6b 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2007-09-07 Jeff Johnston <jjohnstn@redhat.com> + + * libc/include/math.h (_M_LOG2E): Replace with.. + (_M_LOG2_E): New macro. + (log2, log2f, M_LOG2_E): Use _M_LOG2_E. + 2007-09-06 Brian Dessent <brian@dessent.net> * libc/reent/getreent.c: Allow for case where __getreent is |