Add hidden alias for ARM fegetenv.

This commit is contained in:
Joseph Myers 2010-02-10 15:14:41 +00:00
parent fa1b9bae63
commit caf557426d
3 changed files with 9 additions and 2 deletions

View 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,

View 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);

View 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);