SOURCES: uClibc-ldouble_wrappers.patch - nah ppc doesn't like any hidden defs

baggins baggins at pld-linux.org
Sat Mar 14 12:31:33 CET 2009


Author: baggins                      Date: Sat Mar 14 11:31:33 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- nah ppc doesn't like any hidden defs

---- Files affected:
SOURCES:
   uClibc-ldouble_wrappers.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/uClibc-ldouble_wrappers.patch
diff -u SOURCES/uClibc-ldouble_wrappers.patch:1.1 SOURCES/uClibc-ldouble_wrappers.patch:1.2
--- SOURCES/uClibc-ldouble_wrappers.patch:1.1	Sat Mar 14 12:26:21 2009
+++ SOURCES/uClibc-ldouble_wrappers.patch	Sat Mar 14 12:31:27 2009
@@ -24,3 +24,19 @@
  #endif
  
  #ifdef L_isnanl
+@@ -568,7 +565,6 @@
+ {
+ 	return __isnan ( (double)x );
+ }
+-libm_hidden_def(__isnanl)
+ #endif
+ 
+ #ifdef L_isinfl
+@@ -576,7 +572,6 @@
+ {
+ 	return __isinf ( (double)x );
+ }
+-libm_hidden_def(__isinfl)
+ #endif
+ 
+ #endif
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/uClibc-ldouble_wrappers.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list