mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 02:40:08 +00:00
Add hidden alias for soft-float PowerPC fegetenv.
This commit is contained in:
parent
8256e69afd
commit
5ed9c2ea8a
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user