]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
alpha: Add hidden alias for fegetenv.
authorRichard Henderson <rth@twiddle.net>
Fri, 26 Mar 2010 18:20:21 +0000 (11:20 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 26 Mar 2010 20:17:53 +0000 (13:17 -0700)
Signed-off-by: Richard Henderson <rth@twiddle.net>
ChangeLog.alpha
sysdeps/alpha/fpu/fegetenv.c

index 784f6b7c82ad5b602ce10f2fa557fbbe3c71c17a..fc386bbc5e56a44b422560db24e7a10662c4093d 100644 (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):
index c1950fa3b91bb43bc013f8650e701bf9850a3b1b..ceaf9ed50dadf5f5d7efcc20faecf0da16be89f6 100644 (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)