From 3a808c3df7710f930e9690ec422cea877a6680a9 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 26 Mar 2010 11:20:21 -0700 Subject: [PATCH] alpha: Add hidden alias for fegetenv. Signed-off-by: Richard Henderson --- ChangeLog.alpha | 4 ++++ sysdeps/alpha/fpu/fegetenv.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.alpha b/ChangeLog.alpha index 784f6b7c82..fc386bbc5e 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,5 +1,9 @@ 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): Define extern here; move definition... * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here. 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) -- 2.11.4.GIT