]> sourceware.org Git - newlib-cygwin.git/commitdiff
2012-12-18 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 18 Dec 2012 22:41:53 +0000 (22:41 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 18 Dec 2012 22:41:53 +0000 (22:41 +0000)
        * libc/include/math.h: Remove the log2f macro.

newlib/ChangeLog
newlib/libc/include/math.h

index 887c18a9c5b1c0ae609f8f3a22edc63030d2bceb..62c36c85f7434899eb63120dba51f365e2255ad4 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-18  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/include/math.h: Remove the log2f macro.
+
 2012-12-18  Craig Howland  <howland@LGSInnovations.com>
 
        * libc/include/math.h: Add recognition of values 1 and 2 for
index 47725de3782da08f4860f65a02645e456d5e9da0..606fecfa98871bc7230616f0c4adafd8c626f588 100644 (file)
@@ -378,9 +378,6 @@ extern float lgammaf _PARAMS((float));
 extern float erff _PARAMS((float));
 extern float erfcf _PARAMS((float));
 extern float log2f _PARAMS((float));
-#if !defined(__cplusplus)
-#define log2f(x) (logf (x) / (float_t) _M_LN2)
-#endif
 extern float hypotf _PARAMS((float, float));
 #endif /* ! defined (_REENT_ONLY) */
 
This page took 0.054326 seconds and 5 git commands to generate.