svn commit: branches/uClibc_0_9_30/libm
aldot at uclibc.org
aldot at uclibc.org
Mon Feb 23 08:10:25 UTC 2009
Author: aldot
Date: 2009-02-23 08:10:22 +0000 (Mon, 23 Feb 2009)
New Revision: 25416
Log:
- export functions needed by C99 long-double macros
Modified:
branches/uClibc_0_9_30/libm/ldouble_wrappers.c
Changeset:
Modified: branches/uClibc_0_9_30/libm/ldouble_wrappers.c
===================================================================
--- branches/uClibc_0_9_30/libm/ldouble_wrappers.c 2009-02-23 07:09:46 UTC (rev 25415)
+++ branches/uClibc_0_9_30/libm/ldouble_wrappers.c 2009-02-23 08:10:22 UTC (rev 25416)
@@ -541,6 +541,7 @@
{
return __fpclassify ( (double) x );
}
+libm_hidden_def(__fpclassifyl)
#endif
#ifdef L_finitel
@@ -548,6 +549,7 @@
{
return __finite ( (double)x );
}
+libm_hidden_def(__finitel)
#endif
#ifdef L_signbitl
@@ -555,6 +557,7 @@
{
return __signbitl ( (double)x );
}
+libm_hidden_def(__signbitl)
#endif
#ifdef L_isnanl
@@ -562,6 +565,7 @@
{
return __isnan ( (double)x );
}
+libm_hidden_def(__isnanl)
#endif
#ifdef L_isinfl
@@ -569,6 +573,7 @@
{
return __isinf ( (double)x );
}
+libm_hidden_def(__isinfl)
#endif
#endif
More information about the uClibc-cvs
mailing list