mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
18305fba55
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. |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
addmul_1.S | ||
atomic-machine.h | ||
backtrace.h | ||
bzero.c | ||
cpu_relax.S | ||
dotmul.S | ||
hp-timing.h | ||
Makefile | ||
memchr.S | ||
memcmp.S | ||
memcpy.S | ||
memset.S | ||
mul_1.S | ||
pthread_barrier_wait.c | ||
pthread_spin_init.c | ||
pthread_spin_lock.S | ||
pthread_spin_trylock.S | ||
pthread_spin_unlock.S | ||
rawmemchr.S | ||
rem.S | ||
rtld-memcpy.c | ||
rtld-memset.c | ||
sdiv.S | ||
sem_post.c | ||
sem_waitcommon.c | ||
stpcpy.S | ||
stpncpy.S | ||
strcat.S | ||
strchr.S | ||
strcmp.S | ||
strcpy.S | ||
strcspn.S | ||
strlen.S | ||
strncmp.S | ||
strncpy.S | ||
strpbrk.S | ||
strrchr.c | ||
strspn.S | ||
submul_1.S | ||
udiv.S | ||
umul.S | ||
urem.S |