OSDN Git Service

Overseen 2 unhidden __ieee754_x
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 26 Nov 2005 18:20:12 +0000 (18:20 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Sat, 26 Nov 2005 18:20:12 +0000 (18:20 -0000)
libm/e_gamma.c
libm/e_lgamma.c

index a822613..23611c3 100644 (file)
@@ -24,9 +24,9 @@ extern int signgam;
 
 #ifdef __STDC__
        //__private_extern__
-       double __ieee754_gamma(double x)
+       double attribute_hidden __ieee754_gamma(double x)
 #else
-       double __ieee754_gamma(x)
+       double attribute_hidden __ieee754_gamma(x)
        double x;
 #endif
 {
index f5f24ce..3d3d647 100644 (file)
@@ -24,9 +24,9 @@ extern int signgam;
 
 #ifdef __STDC__
        //__private_extern__
-       double __ieee754_lgamma(double x)
+       double attribute_hidden __ieee754_lgamma(double x)
 #else
-       double __ieee754_lgamma(x)
+       double attribute_hidden __ieee754_lgamma(x)
        double x;
 #endif
 {