public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: H.J. Lu <hjl@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls
Date: Fri, 24 May 2024 17:27:03 +0000 (GMT)	[thread overview]
Message-ID: <20240524172703.336063858C66@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=23c60af6dcf0902c3c314ace34fd67a744cec76e

commit 23c60af6dcf0902c3c314ace34fd67a744cec76e
Author: H.J. Lu <hjl.tools@gmail.com>
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 <hjl.tools@gmail.com>

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)

                 reply	other threads:[~2024-05-24 17:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240524172703.336063858C66@sourceware.org \
    --to=hjl@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).