mirror of git://sourceware.org/git/glibc.git
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:
parent
30a745450e
commit
23c60af6dc
|
@ -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 \
|
||||||
strfroml \
|
canonicalize \
|
||||||
strtold strtold_l strtoldint wcstold wcstold_l wcstoldint \
|
carg \
|
||||||
qecvt qfcvt qgcvt qecvt_r qfcvt_r \
|
casin \
|
||||||
isinf isnan finite signbit scalb log2 lgamma_r ceil \
|
casinh \
|
||||||
significand acos asin atan atan2 cos sin tan cosh sinh \
|
catan \
|
||||||
tanh acosh asinh atanh exp log log10 exp10 expm1 \
|
catanh \
|
||||||
log1p logb exp2 sqrt cbrt fabs floor j0 j1 y0 y1 erf erfc \
|
cbrt \
|
||||||
lgamma tgamma gamma rint nearbyint round trunc \
|
ccos \
|
||||||
copysign fdim fmax fmin nextafter pow hypot fmod \
|
ccosh \
|
||||||
remainder ldexp scalbn frexp modf scalbln fma nan sincos \
|
ceil \
|
||||||
jn yn ilogb remquo lrint lround llrint llround nexttowardf \
|
cexp \
|
||||||
nexttoward conj cacos cacosh casin catan catanh ccos ccosh \
|
cimag \
|
||||||
casinh cexp clog cproj csin csinh csqrt ctan ctanh cpow \
|
clog \
|
||||||
cabs carg cimag creal clog10 \
|
clog10 \
|
||||||
isoc99_scanf isoc99_fscanf isoc99_sscanf \
|
conj \
|
||||||
isoc99_vscanf isoc99_vfscanf isoc99_vsscanf \
|
copysign \
|
||||||
isoc99_wscanf isoc99_fwscanf isoc99_swscanf \
|
cos \
|
||||||
isoc99_vwscanf isoc99_vfwscanf isoc99_vswscanf \
|
cosh \
|
||||||
isoc23_scanf isoc23_fscanf isoc23_sscanf \
|
cpow \
|
||||||
isoc23_vscanf isoc23_vfscanf isoc23_vsscanf \
|
cproj \
|
||||||
isoc23_wscanf isoc23_fwscanf isoc23_swscanf \
|
creal \
|
||||||
isoc23_vwscanf isoc23_vfwscanf isoc23_vswscanf \
|
csin \
|
||||||
nextup nextdown totalorder totalordermag getpayload \
|
csinh \
|
||||||
canonicalize setpayload setpayloadsig llogb fmaxmag fminmag \
|
csqrt \
|
||||||
roundeven fromfp ufromfp fromfpx ufromfpx fadd dadd \
|
ctan \
|
||||||
fdiv ddiv ffma dfma fmul dmul fsqrt dsqrt fsub dsub \
|
ctanh \
|
||||||
fmaximum fmaximum_mag fmaximum_num fmaximum_mag_num \
|
dadd \
|
||||||
fminimum fminimum_mag fminimum_num fminimum_mag_num \
|
ddiv \
|
||||||
log2p1
|
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 \
|
||||||
|
strtold \
|
||||||
|
strtold_l \
|
||||||
|
strtoldint \
|
||||||
|
swprintf \
|
||||||
|
swprintf_chk \
|
||||||
|
swscanf \
|
||||||
|
syslog \
|
||||||
|
syslog_chk \
|
||||||
|
tan \
|
||||||
|
tanh \
|
||||||
|
tgamma \
|
||||||
|
totalorder \
|
||||||
|
totalordermag \
|
||||||
|
trunc \
|
||||||
|
ufromfp \
|
||||||
|
ufromfpx \
|
||||||
|
vasprintf \
|
||||||
|
vasprintf_chk \
|
||||||
|
vdprintf \
|
||||||
|
vdprintf_chk \
|
||||||
|
vfprintf \
|
||||||
|
vfprintf_chk \
|
||||||
|
vfscanf \
|
||||||
|
vfwprintf \
|
||||||
|
vfwprintf_chk \
|
||||||
|
vfwscanf \
|
||||||
|
vprintf \
|
||||||
|
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)
|
||||||
|
|
Loading…
Reference in New Issue