Add hidden alias for M68K fegetenv.
This commit is contained in:
parent
5ed9c2ea8a
commit
ee0c4dd1cc
@ -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>
|
2010-01-11 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/m68k/bits/stat.h: Fix double-inclusion
|
* sysdeps/unix/sysv/linux/m68k/bits/stat.h: Fix double-inclusion
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Store current floating-point environment.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
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);
|
compat_symbol (libm, __old_fegetenv, fegetenv, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
libm_hidden_ver (__fegetenv, fegetenv)
|
||||||
versioned_symbol (libm, __fegetenv, fegetenv, GLIBC_2_2);
|
versioned_symbol (libm, __fegetenv, fegetenv, GLIBC_2_2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user