From 9cc29786d72e56085fc61473bd51e8829dc17bad Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 17 Jan 2006 00:01:09 +0000 Subject: All math related relocs gone --- libm/powerpc/s_round.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libm/powerpc/s_round.c') diff --git a/libm/powerpc/s_round.c b/libm/powerpc/s_round.c index a0f72ebe3..62d5936d9 100644 --- a/libm/powerpc/s_round.c +++ b/libm/powerpc/s_round.c @@ -29,6 +29,7 @@ static const double twoTo52 = 4503599627370496.0; * * *******************************************************************************/ +libm_hidden_proto(round) double round ( double x ) { DblInHex argument, OldEnvironment; @@ -111,3 +112,4 @@ double round ( double x ) *******************************************************************************/ return ( x ); } +libm_hidden_def(round) -- cgit v1.2.3