mirror of git://sourceware.org/git/glibc.git
alpha: Add libm_hidden_def to feupdateenv and fetestexcept
This commit is contained in:
parent
79abd1fbfc
commit
a8505de8a4
|
@ -46,4 +46,5 @@ strong_alias (__feupdateenv, __old_feupdateenv)
|
||||||
compat_symbol (libm, __old_feupdateenv, feupdateenv, GLIBC_2_1);
|
compat_symbol (libm, __old_feupdateenv, feupdateenv, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
libm_hidden_ver (__feupdateenv, feupdateenv)
|
||||||
versioned_symbol (libm, __feupdateenv, feupdateenv, GLIBC_2_2);
|
versioned_symbol (libm, __feupdateenv, feupdateenv, GLIBC_2_2);
|
||||||
|
|
|
@ -30,3 +30,4 @@ fetestexcept (int excepts)
|
||||||
|
|
||||||
return tmp & excepts & SWCR_STATUS_MASK;
|
return tmp & excepts & SWCR_STATUS_MASK;
|
||||||
}
|
}
|
||||||
|
libm_hidden_def (fetestexcept)
|
||||||
|
|
Loading…
Reference in New Issue