sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls

Put each item on a separate line and sort libnldbl-calls.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
H.J. Lu 2024-05-24 10:25:40 -07:00
parent 30a745450e
commit 23c60af6dc
1 changed files with 233 additions and 42 deletions

View File

@ -11,48 +11,239 @@ libm-routines += s_nexttowardfd
routines += nldbl-compat routines += nldbl-compat
extra-libs += libnldbl extra-libs += libnldbl
libnldbl-calls = asprintf dprintf fprintf fscanf fwprintf fwscanf iovfscanf \ libnldbl-calls = \
obstack_printf obstack_vprintf printf scanf snprintf \ acos \
sprintf sscanf swprintf swscanf vasprintf vdprintf vfprintf \ acosh \
vfscanf vfwprintf vfwscanf vprintf vscanf vsnprintf \ asin \
vsprintf vsscanf vswprintf vswscanf vwprintf vwscanf \ asinh \
wprintf wscanf printf_fp printf_size \ asprintf \
fprintf_chk fwprintf_chk printf_chk snprintf_chk sprintf_chk \ asprintf_chk \
swprintf_chk vfprintf_chk vfwprintf_chk vprintf_chk \ atan \
vsnprintf_chk vsprintf_chk vswprintf_chk vwprintf_chk \ atan2 \
wprintf_chk asprintf_chk vasprintf_chk dprintf_chk \ atanh \
vdprintf_chk obstack_printf_chk obstack_vprintf_chk \ cabs \
syslog syslog_chk vsyslog vsyslog_chk \ cacos \
strfmon strfmon_l \ cacosh \
canonicalize \
carg \
casin \
casinh \
catan \
catanh \
cbrt \
ccos \
ccosh \
ceil \
cexp \
cimag \
clog \
clog10 \
conj \
copysign \
cos \
cosh \
cpow \
cproj \
creal \
csin \
csinh \
csqrt \
ctan \
ctanh \
dadd \
ddiv \
dfma \
dmul \
dprintf \
dprintf_chk \
dsqrt \
dsub \
erf \
erfc \
exp \
exp2 \
exp10 \
expm1 \
fabs \
fadd \
fdim \
fdiv \
ffma \
finite \
floor \
fma \
fmax \
fmaximum \
fmaximum_mag \
fmaximum_mag_num \
fmaximum_num \
fmaxmag \
fmin \
fminimum \
fminimum_mag \
fminimum_mag_num \
fminimum_num \
fminmag \
fmod \
fmul \
fprintf \
fprintf_chk \
frexp \
fromfp \
fromfpx \
fscanf \
fsqrt \
fsub \
fwprintf \
fwprintf_chk \
fwscanf \
gamma \
getpayload \
hypot \
ilogb \
iovfscanf \
isinf \
isnan \
isoc23_fscanf \
isoc23_fwscanf \
isoc23_scanf \
isoc23_sscanf \
isoc23_swscanf \
isoc23_vfscanf \
isoc23_vfwscanf \
isoc23_vscanf \
isoc23_vsscanf \
isoc23_vswscanf \
isoc23_vwscanf \
isoc23_wscanf \
isoc99_fscanf \
isoc99_fwscanf \
isoc99_scanf \
isoc99_sscanf \
isoc99_swscanf \
isoc99_vfscanf \
isoc99_vfwscanf \
isoc99_vscanf \
isoc99_vsscanf \
isoc99_vswscanf \
isoc99_vwscanf \
isoc99_wscanf \
j0 \
j1 \
jn \
ldexp \
lgamma \
lgamma_r \
llogb \
llrint \
llround \
log \
log2 \
log10 \
log1p \
log2p1 \
logb \
lrint \
lround \
modf \
nan \
nearbyint \
nextafter \
nextdown \
nexttoward \
nexttowardf \
nextup \
obstack_printf \
obstack_printf_chk \
obstack_vprintf \
obstack_vprintf_chk \
pow \
printf \
printf_chk \
printf_fp \
printf_size \
qecvt \
qecvt_r \
qfcvt \
qfcvt_r \
qgcvt \
remainder \
remquo \
rint \
round \
roundeven \
scalb \
scalbln \
scalbn \
scanf \
setpayload \
setpayloadsig \
signbit \
significand \
sin \
sincos \
sinh \
snprintf \
snprintf_chk \
sprintf \
sprintf_chk \
sqrt \
sscanf \
strfmon \
strfmon_l \
strfroml \ strfroml \
strtold strtold_l strtoldint wcstold wcstold_l wcstoldint \ strtold \
qecvt qfcvt qgcvt qecvt_r qfcvt_r \ strtold_l \
isinf isnan finite signbit scalb log2 lgamma_r ceil \ strtoldint \
significand acos asin atan atan2 cos sin tan cosh sinh \ swprintf \
tanh acosh asinh atanh exp log log10 exp10 expm1 \ swprintf_chk \
log1p logb exp2 sqrt cbrt fabs floor j0 j1 y0 y1 erf erfc \ swscanf \
lgamma tgamma gamma rint nearbyint round trunc \ syslog \
copysign fdim fmax fmin nextafter pow hypot fmod \ syslog_chk \
remainder ldexp scalbn frexp modf scalbln fma nan sincos \ tan \
jn yn ilogb remquo lrint lround llrint llround nexttowardf \ tanh \
nexttoward conj cacos cacosh casin catan catanh ccos ccosh \ tgamma \
casinh cexp clog cproj csin csinh csqrt ctan ctanh cpow \ totalorder \
cabs carg cimag creal clog10 \ totalordermag \
isoc99_scanf isoc99_fscanf isoc99_sscanf \ trunc \
isoc99_vscanf isoc99_vfscanf isoc99_vsscanf \ ufromfp \
isoc99_wscanf isoc99_fwscanf isoc99_swscanf \ ufromfpx \
isoc99_vwscanf isoc99_vfwscanf isoc99_vswscanf \ vasprintf \
isoc23_scanf isoc23_fscanf isoc23_sscanf \ vasprintf_chk \
isoc23_vscanf isoc23_vfscanf isoc23_vsscanf \ vdprintf \
isoc23_wscanf isoc23_fwscanf isoc23_swscanf \ vdprintf_chk \
isoc23_vwscanf isoc23_vfwscanf isoc23_vswscanf \ vfprintf \
nextup nextdown totalorder totalordermag getpayload \ vfprintf_chk \
canonicalize setpayload setpayloadsig llogb fmaxmag fminmag \ vfscanf \
roundeven fromfp ufromfp fromfpx ufromfpx fadd dadd \ vfwprintf \
fdiv ddiv ffma dfma fmul dmul fsqrt dsqrt fsub dsub \ vfwprintf_chk \
fmaximum fmaximum_mag fmaximum_num fmaximum_mag_num \ vfwscanf \
fminimum fminimum_mag fminimum_num fminimum_mag_num \ vprintf \
log2p1 vprintf_chk \
vscanf \
vsnprintf \
vsnprintf_chk \
vsprintf \
vsprintf_chk \
vsscanf \
vswprintf \
vswprintf_chk \
vswscanf \
vsyslog \
vsyslog_chk \
vwprintf \
vwprintf_chk \
vwscanf \
wcstold \
wcstold_l \
wcstoldint \
wprintf \
wprintf_chk \
wscanf \
y0 \
y1 \
yn \
# libnldbl-calls
libnldbl-routines = $(libnldbl-calls:%=nldbl-%) libnldbl-routines = $(libnldbl-calls:%=nldbl-%)
libnldbl-inhibit-o = $(object-suffixes) libnldbl-inhibit-o = $(object-suffixes)
libnldbl-static-only-routines = $(libnldbl-routines) libnldbl-static-only-routines = $(libnldbl-routines)