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);
|
||||
#endif
|
||||
|
||||
libm_hidden_ver (__feupdateenv, feupdateenv)
|
||||
versioned_symbol (libm, __feupdateenv, feupdateenv, GLIBC_2_2);
|
||||
|
@ -30,3 +30,4 @@ fetestexcept (int excepts)
|
||||
|
||||
return tmp & excepts & SWCR_STATUS_MASK;
|
||||
}
|
||||
libm_hidden_def (fetestexcept)
|
||||
|
Loading…
x
Reference in New Issue
Block a user