diff options
| author | David S. Miller <davem@davemloft.net> | 2016-01-25 16:07:15 -0800 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-01-25 16:07:15 -0800 |
| commit | 82e5836613e251f7d96b1f7bc91bb33a171a0b4f (patch) | |
| tree | d95ee16775bc385750ca5a93943355dc23af65e7 /sysdeps/sparc/sparc32/Versions | |
| parent | 7a18c2a0c1370b23a247366ed4db0644f8f32c75 (diff) | |
| download | glibc-82e5836613e251f7d96b1f7bc91bb33a171a0b4f.tar.xz glibc-82e5836613e251f7d96b1f7bc91bb33a171a0b4f.zip | |
Define __sqrtl_finite on sparc 32-bit with correct symbol version.
* 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.
Diffstat (limited to 'sysdeps/sparc/sparc32/Versions')
| -rw-r--r-- | sysdeps/sparc/sparc32/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc32/Versions b/sysdeps/sparc/sparc32/Versions index aa36082e9e..6d3bfe880e 100644 --- a/sysdeps/sparc/sparc32/Versions +++ b/sysdeps/sparc/sparc32/Versions @@ -3,3 +3,8 @@ libc { .div; .mul; .rem; .udiv; .umul; .urem; } } +libm { + GLIBC_2.23 { + __sqrtl_finite; + } +} |
