Add hidden alias for soft-float PowerPC fegetenv.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 10 Feb 2010 15:15:58 +0000 (15:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 10 Feb 2010 15:15:58 +0000 (15:15 +0000)
ChangeLog.powerpc
sysdeps/powerpc/nofpu/fegetenv.c

index 136f97a..390c774 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/powerpc/nofpu/fegetenv.c: Add hidden alias.
+
 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/powerpc/nofpu/shlib-versions: New.
index 3cc8b13..64c0e8c 100644 (file)
@@ -1,6 +1,6 @@
 /* Store current floating-point environment (soft-float edition).
    Copyright (C) 2002 Free Software Foundation, Inc.
-   Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
+   Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002, 2010.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -46,4 +46,5 @@ strong_alias (__fegetenv, __old_fegetenv)
 compat_symbol (libm, BP_SYM (__old_fegetenv), BP_SYM (fegetenv), GLIBC_2_1);
 #endif
 
+libm_hidden_ver (__fegetenv, fegetenv)
 versioned_symbol (libm, BP_SYM (__fegetenv), BP_SYM (fegetenv), GLIBC_2_2);