alpha: Add hidden alias for fegetenv.

Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
Richard Henderson 2010-03-26 11:20:21 -07:00
parent 45e3c40653
commit 3a808c3df7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-03-26 Richard Henderson <rth@redhat.com>
* sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
2010-03-26 Richard Henderson <rth@redhat.com>
* sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):

View File

@ -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 <rth@tamu.edu>, 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)