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_trunc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libm/powerpc/s_trunc.c') diff --git a/libm/powerpc/s_trunc.c b/libm/powerpc/s_trunc.c index 7db7606b6..f793992a7 100644 --- a/libm/powerpc/s_trunc.c +++ b/libm/powerpc/s_trunc.c @@ -27,6 +27,7 @@ static const double twoTo52 = 4503599627370496.0; * * *******************************************************************************/ +libm_hidden_proto(trunc) double trunc ( double x ) { DblInHex argument,OldEnvironment; @@ -85,3 +86,4 @@ double trunc ( double x ) *******************************************************************************/ return ( x ); } +libm_hidden_def(trunc) -- cgit v1.2.3