OSDN Git Service

- add some more math functions (patch from gentoo/solar)
[uclinux-h8/uClibc.git] / libm / e_j1.c
index e57049e..bb3e650 100644 (file)
@@ -62,6 +62,11 @@ static char rcsid[] = "$NetBSD: e_j1.c,v 1.8 1995/05/10 20:45:27 jtc Exp $";
 #include "math.h"
 #include "math_private.h"
 
+libm_hidden_proto(sin)
+libm_hidden_proto(cos)
+libm_hidden_proto(sqrt)
+libm_hidden_proto(fabs)
+
 #ifdef __STDC__
 static double pone(double), qone(double);
 #else
@@ -95,9 +100,9 @@ static double zero    = 0.0;
 #endif
 
 #ifdef __STDC__
-       double __ieee754_j1(double x)
+       double attribute_hidden __ieee754_j1(double x)
 #else
-       double __ieee754_j1(x)
+       double attribute_hidden __ieee754_j1(x)
        double x;
 #endif
 {
@@ -164,9 +169,9 @@ static double V0[5] = {
 };
 
 #ifdef __STDC__
-       double __ieee754_y1(double x)
+       double attribute_hidden __ieee754_y1(double x)
 #else
-       double __ieee754_y1(x)
+       double attribute_hidden __ieee754_y1(x)
        double x;
 #endif
 {