From: Ulrich Drepper Date: Tue, 10 Sep 2002 01:11:47 +0000 (+0000) Subject: (__fpclassifyl): Add libm_hidden_def. X-Git-Tag: glibc-2.16-ports-before-merge~1600 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce73ae2db24e0aa98965e7dd8b031a2f2102dc8e;p=thirdparty%2Fglibc.git (__fpclassifyl): Add libm_hidden_def. --- diff --git a/sysdeps/m68k/fpu/s_fpclassifyl.c b/sysdeps/m68k/fpu/s_fpclassifyl.c index 9a38900ef01..a8cb0999277 100644 --- a/sysdeps/m68k/fpu/s_fpclassifyl.c +++ b/sysdeps/m68k/fpu/s_fpclassifyl.c @@ -1,5 +1,5 @@ /* Return classification value corresponding to argument. m68k version. - Copyright (C) 1997,2001 Free Software Foundation, Inc. + Copyright (C) 1997, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. Fixed for m68k by Andreas Schwab . @@ -41,3 +41,4 @@ __fpclassifyl (long double x) return retval; } +libm_hidden_def (__fpclassifyl)