aboutsummaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-11-30 00:43:28 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-11-30 00:43:28 +0000
commit18305fba5575a09063652014cfc483b898d8bdcd (patch)
tree2a8faec3eefea2b48d706d801595a1047130f5c8 /malloc
parent3e5efdbdbef923276f3113a5bc52e0b46aabac57 (diff)
downloadglibc-18305fba5575a09063652014cfc483b898d8bdcd.tar
glibc-18305fba5575a09063652014cfc483b898d8bdcd.tar.gz
glibc-18305fba5575a09063652014cfc483b898d8bdcd.tar.bz2
glibc-18305fba5575a09063652014cfc483b898d8bdcd.zip
Remove SPARC lllrint aliases.
The sparc32/sparcv9/fpu/multiarch implementations of llrint / llrintf have aliases lllrint / lllrintf. No such function is exported from or used in libm and these aliases should not be there; I expect they arose accidentally in the course of converting a 64-bit implementation (where lrint and llrint can be aliases) to a 32-bit llrint implementation. This patch removes those spurious aliases. Tested (compilation only) with build-many-glibcs.py for sparcv9-linux-gnu. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S (__lllrint): Remove alias. (lllrint): Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S (__lllrintf): Likewise. (lllrintf): Likewise.
Diffstat (limited to 'malloc')
0 files changed, 0 insertions, 0 deletions