mirror of git://sourceware.org/git/glibc.git
This patch changes the exp10f error handling semantics to only set errno according to POSIX rules. New symbol version is introduced at GLIBC_2.32. The old wrappers are kept for compat symbols. There are some outliers that need special handling: - ia64 provides an optimized implementation of exp10f that uses ia64 specific routines to set SVID compatibility. The new symbol version is aliased to the exp10f one. - m68k also provides an optimized implementation, and the new version uses it instead of the sysdeps/ieee754/flt32 one. - riscv and csky uses the generic template implementation that does not provide SVID support. For both cases a new exp10f version is not added, but rather the symbols version of the generic sysdeps/ieee754/flt32 is adjusted instead. Checked on aarch64-linux-gnu, x86_64-linux-gnu, i686-linux-gnu, powerpc64le-linux-gnu. |
||
---|---|---|
.. | ||
bits | ||
Implies | ||
Makefile | ||
Versions | ||
____longjmp_chk.S | ||
__longjmp.S | ||
__start_context.S | ||
arch-syscall.h | ||
brk.S | ||
bsd-_setjmp.S | ||
bsd-setjmp.S | ||
c++-types.data | ||
clone.S | ||
configure | ||
configure.ac | ||
dl-brk.S | ||
dl-cache.h | ||
dl-fxstatat64.c | ||
fxstat.c | ||
fxstatat.c | ||
getcontext.S | ||
ipc_priv.h | ||
jmp_buf-macros.h | ||
kernel_stat.h | ||
ld.abilist | ||
libBrokenLocale.abilist | ||
libanl.abilist | ||
libc.abilist | ||
libcrypt.abilist | ||
libdl.abilist | ||
libm.abilist | ||
libnsl.abilist | ||
libpthread.abilist | ||
libresolv.abilist | ||
librt.abilist | ||
libthread_db.abilist | ||
libutil.abilist | ||
localplt.data | ||
longjmp.S | ||
lxstat.c | ||
makecontext.c | ||
personality.c | ||
pipe.S | ||
register-dump.h | ||
setcontext.S | ||
setjmp.S | ||
shlib-versions | ||
sigaction.c | ||
sigcontextinfo.h | ||
sigjmp.S | ||
sigreturn_stub.S | ||
sizes.h | ||
swapcontext.c | ||
syscall.S | ||
syscalls.list | ||
sysdep.h | ||
timer_create.c | ||
timer_delete.c | ||
timer_getoverr.c | ||
timer_gettime.c | ||
timer_settime.c | ||
ucontext_i.h | ||
vfork.S | ||
wordexp.c | ||
xstat.c | ||
xstatconv.c |