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

index 9f3ee5391251033cf5523e59c59258731f638550..fbd173ea84ab7bf89b19ae0ed48bf043189838fd 100644 (file)
@@ -1,3 +1,8 @@
+2010-02-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/arm/eabi/fegetenv.c, sysdeps/arm/fpu/fegetenv.c: Add
+       hidden alias.
+
 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Define O_DIRECTORY,
index 35bfac84340ca79073e0258894ed765d42eeea85..049138194410ca28878609e1699d92be6c8a5d9e 100644 (file)
@@ -1,5 +1,5 @@
 /* Store current floating-point environment.
-   Copyright (C) 1997,98,99,2000,01,05 Free Software Foundation, Inc.
+   Copyright (C) 1997,98,99,2000,01,05,10 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -48,4 +48,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);
index 0b40f183e29621890b7ad301f36b32f49143128b..e59d2ebc44ac5b3ea44f6f3d223abf916e100c08 100644 (file)
@@ -1,5 +1,5 @@
 /* Store current floating-point environment.
-   Copyright (C) 1997,98,99,2000,01 Free Software Foundation, Inc.
+   Copyright (C) 1997,98,99,2000,01,10 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -37,4 +37,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);