mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
82e5836613
* sysdeps/sparc/sparc32/Versions (GLIBC_2.23): Add entry for __sqrtl_finite. * sysdeps/sparc/sparc32/fpu/e_sqrtl.c (__sqrtl_finite): Define instead using versioned_symbol. * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Fix ordering of entries.
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
.div; .mul; .rem; .udiv; .umul; .urem;
|
|
}
|
|
}
|
|
libm {
|
|
GLIBC_2.23 {
|
|
__sqrtl_finite;
|
|
}
|
|
}
|