Add hidden alias for soft-float PowerPC fegetenv.

This commit is contained in:
Joseph Myers 2010-02-10 15:15:58 +00:00
parent 8256e69afd
commit 5ed9c2ea8a
2 changed files with 6 additions and 1 deletions

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

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