]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add hidden alias for M68K fegetenv.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 10 Feb 2010 15:32:33 +0000 (15:32 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 10 Feb 2010 15:32:33 +0000 (15:32 +0000)
ChangeLog.m68k
sysdeps/m68k/fpu/fegetenv.c

index cdc9242e4abe1ef72b52e0104566028b65803f79..8487ba3e5c4dc43bff182fd84c95249ea85abc33 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/m68k/fpu/fegetenv.c: Add hidden alias.
+
 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Fix double-inclusion
index 6f23e8b7492a0b2d86e3b45b6103645cb3dce2e4..30f3fa5a5e2a4ff206176521a78ffa7082700b72 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,01,10 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
 
@@ -41,4 +41,5 @@ strong_alias (__fegetenv, __old_fegetenv)
 compat_symbol (libm, __old_fegetenv, fegetenv, GLIBC_2_1);
 #endif
 
+libm_hidden_ver (__fegetenv, fegetenv)
 versioned_symbol (libm, __fegetenv, fegetenv, GLIBC_2_2);