diff --git a/ChangeLog.alpha b/ChangeLog.alpha index 784f6b7c82..fc386bbc5e 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 c1950fa3b9..ceaf9ed50d 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)