1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Avoid PLT call to fegetenv on s390

This commit is contained in:
Andreas Schwab
2010-02-09 22:34:17 -08:00
committed by Ulrich Drepper
parent 0cbcca89ba
commit 7eb22e757e
11 changed files with 36 additions and 6 deletions

View File

@ -34,4 +34,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);