From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 336063858C66; Fri, 24 May 2024 17:27:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 336063858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716571623; bh=U99oQKl2q7mE6mataOt3w1BdgX78bTAzRoDMv1Q2nAg=; h=From:To:Subject:Date:From; b=g4aevVZDBehE6iRxaYJbfoD5ZgKrIj3PFOCwi4F9Ls6d5rp4mwuoYTZUdW3dk8HOa HKQFw48A0WCw8nFqZMkivV1yJ17EQ9R8uIC0Uff1igBlAf4mshHRvF29TkptTL3LW3 S5ekOobtfEZPRKOVvaidp4eKV+oRsQEUODQsTckE= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc] sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/master X-Git-Oldrev: 30a745450e01e4c6f484dc691c16a54a6ea72288 X-Git-Newrev: 23c60af6dcf0902c3c314ace34fd67a744cec76e Message-Id: <20240524172703.336063858C66@sourceware.org> Date: Fri, 24 May 2024 17:27:03 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=23c60af6dcf0902c3c314ace34fd67a744cec76e commit 23c60af6dcf0902c3c314ace34fd67a744cec76e Author: H.J. Lu Date: Fri May 24 10:25:40 2024 -0700 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 Diff: --- sysdeps/ieee754/ldbl-opt/Makefile | 275 ++++++++++++++++++++++++++++++++------ 1 file changed, 233 insertions(+), 42 deletions(-) diff --git a/sysdeps/ieee754/ldbl-opt/Makefile b/sysdeps/ieee754/ldbl-opt/Makefile index 839a22689c..d1eda5d022 100644 --- a/sysdeps/ieee754/ldbl-opt/Makefile +++ b/sysdeps/ieee754/ldbl-opt/Makefile @@ -11,48 +11,239 @@ libm-routines += s_nexttowardfd routines += nldbl-compat extra-libs += libnldbl -libnldbl-calls = asprintf dprintf fprintf fscanf fwprintf fwscanf iovfscanf \ - obstack_printf obstack_vprintf printf scanf snprintf \ - sprintf sscanf swprintf swscanf vasprintf vdprintf vfprintf \ - vfscanf vfwprintf vfwscanf vprintf vscanf vsnprintf \ - vsprintf vsscanf vswprintf vswscanf vwprintf vwscanf \ - wprintf wscanf printf_fp printf_size \ - fprintf_chk fwprintf_chk printf_chk snprintf_chk sprintf_chk \ - swprintf_chk vfprintf_chk vfwprintf_chk vprintf_chk \ - vsnprintf_chk vsprintf_chk vswprintf_chk vwprintf_chk \ - wprintf_chk asprintf_chk vasprintf_chk dprintf_chk \ - vdprintf_chk obstack_printf_chk obstack_vprintf_chk \ - syslog syslog_chk vsyslog vsyslog_chk \ - strfmon strfmon_l \ - strfroml \ - strtold strtold_l strtoldint wcstold wcstold_l wcstoldint \ - qecvt qfcvt qgcvt qecvt_r qfcvt_r \ - isinf isnan finite signbit scalb log2 lgamma_r ceil \ - significand acos asin atan atan2 cos sin tan cosh sinh \ - tanh acosh asinh atanh exp log log10 exp10 expm1 \ - log1p logb exp2 sqrt cbrt fabs floor j0 j1 y0 y1 erf erfc \ - lgamma tgamma gamma rint nearbyint round trunc \ - copysign fdim fmax fmin nextafter pow hypot fmod \ - remainder ldexp scalbn frexp modf scalbln fma nan sincos \ - jn yn ilogb remquo lrint lround llrint llround nexttowardf \ - nexttoward conj cacos cacosh casin catan catanh ccos ccosh \ - casinh cexp clog cproj csin csinh csqrt ctan ctanh cpow \ - cabs carg cimag creal clog10 \ - isoc99_scanf isoc99_fscanf isoc99_sscanf \ - isoc99_vscanf isoc99_vfscanf isoc99_vsscanf \ - isoc99_wscanf isoc99_fwscanf isoc99_swscanf \ - isoc99_vwscanf isoc99_vfwscanf isoc99_vswscanf \ - isoc23_scanf isoc23_fscanf isoc23_sscanf \ - isoc23_vscanf isoc23_vfscanf isoc23_vsscanf \ - isoc23_wscanf isoc23_fwscanf isoc23_swscanf \ - isoc23_vwscanf isoc23_vfwscanf isoc23_vswscanf \ - nextup nextdown totalorder totalordermag getpayload \ - canonicalize setpayload setpayloadsig llogb fmaxmag fminmag \ - roundeven fromfp ufromfp fromfpx ufromfpx fadd dadd \ - fdiv ddiv ffma dfma fmul dmul fsqrt dsqrt fsub dsub \ - fmaximum fmaximum_mag fmaximum_num fmaximum_mag_num \ - fminimum fminimum_mag fminimum_num fminimum_mag_num \ - log2p1 +libnldbl-calls = \ + acos \ + acosh \ + asin \ + asinh \ + asprintf \ + asprintf_chk \ + atan \ + atan2 \ + atanh \ + cabs \ + cacos \ + 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 \ + 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-inhibit-o = $(object-suffixes) libnldbl-static-only-routines = $(libnldbl-routines)