From b76e718f66ef93c6c998cb4096645101e028613e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 16 Mar 2011 09:34:36 +0100 Subject: libm: remove superfluos attribute_hidden, the one in prototype is enough Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libm/e_j1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libm/e_j1.c') diff --git a/libm/e_j1.c b/libm/e_j1.c index 1f674e9cf..807edd8ba 100644 --- a/libm/e_j1.c +++ b/libm/e_j1.c @@ -77,7 +77,7 @@ s05 = 1.23542274426137913908e-11; /* 0x3DAB2ACF, 0xCFB97ED8 */ static const double zero = 0.0; -double attribute_hidden __ieee754_j1(double x) +double __ieee754_j1(double x) { double z, s,c,ss,cc,r,u,v,y; int32_t hx,ix; @@ -150,7 +150,7 @@ static const double V0[5] = { 1.66559246207992079114e-11, /* 0x3DB25039, 0xDACA772A */ }; -double attribute_hidden __ieee754_y1(double x) +double __ieee754_y1(double x) { double z, s,c,ss,cc,u,v; int32_t hx,ix,lx; -- cgit v1.2.3