From: Aurelien Jarno Date: Tue, 1 Mar 2011 00:04:15 +0000 (+1000) Subject: alpha: Add libm_hidden_def to feupdateenv and fetestexcept X-Git-Tag: glibc-2.16-ports-before-merge~418 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8505de8a46aa0e70928c4e8d8a68d948436da4f;p=thirdparty%2Fglibc.git alpha: Add libm_hidden_def to feupdateenv and fetestexcept --- diff --git a/sysdeps/alpha/fpu/feupdateenv.c b/sysdeps/alpha/fpu/feupdateenv.c index c798070bbb0..7fc38163c02 100644 --- a/sysdeps/alpha/fpu/feupdateenv.c +++ b/sysdeps/alpha/fpu/feupdateenv.c @@ -46,4 +46,5 @@ strong_alias (__feupdateenv, __old_feupdateenv) compat_symbol (libm, __old_feupdateenv, feupdateenv, GLIBC_2_1); #endif +libm_hidden_ver (__feupdateenv, feupdateenv) versioned_symbol (libm, __feupdateenv, feupdateenv, GLIBC_2_2); diff --git a/sysdeps/alpha/fpu/ftestexcept.c b/sysdeps/alpha/fpu/ftestexcept.c index a4b30818759..34d8113b3df 100644 --- a/sysdeps/alpha/fpu/ftestexcept.c +++ b/sysdeps/alpha/fpu/ftestexcept.c @@ -30,3 +30,4 @@ fetestexcept (int excepts) return tmp & excepts & SWCR_STATUS_MASK; } +libm_hidden_def (fetestexcept)