From: Richard Henderson Date: Fri, 26 Mar 2010 18:20:21 +0000 (-0700) Subject: alpha: Add hidden alias for fegetenv. X-Git-Tag: glibc-2.16-ports-before-merge~496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a808c3df7710f930e9690ec422cea877a6680a9;p=thirdparty%2Fglibc.git alpha: Add hidden alias for fegetenv. Signed-off-by: Richard Henderson --- diff --git a/ChangeLog.alpha b/ChangeLog.alpha index 784f6b7c82a..fc386bbc5e5 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,3 +1,7 @@ +2010-03-26 Richard Henderson + + * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias. + 2010-03-26 Richard Henderson * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape): diff --git a/sysdeps/alpha/fpu/fegetenv.c b/sysdeps/alpha/fpu/fegetenv.c index c1950fa3b91..ceaf9ed50da 100644 --- a/sysdeps/alpha/fpu/fegetenv.c +++ b/sysdeps/alpha/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 1997,99,2000,01 Free Software Foundation, Inc. + Copyright (C) 1997,99,2000,2001,2010 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson , 1997 @@ -45,3 +45,4 @@ compat_symbol (libm, __old_fegetenv, fegetenv, GLIBC_2_1); #endif versioned_symbol (libm, __fegetenv, fegetenv, GLIBC_2_2); +libm_hidden_ver(__fegetenv, fegetenv)