public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] math: fmod fixes on i386 and m68k
@ 2024-03-14 18:18 Adhemerval Zanella
  2024-03-14 18:18 ` [PATCH 1/3] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) Adhemerval Zanella
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Adhemerval Zanella @ 2024-03-14 18:18 UTC (permalink / raw)
  To: libc-alpha

The first patch is also meant to be back-portable to 2.38.

Adhemerval Zanella (3):
  math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
  i386: Use generic fmod
  i386: Use generic fmodf

 sysdeps/i386/fpu/e_fmod.S                 | 18 ------------------
 sysdeps/i386/fpu/e_fmodf.S                | 18 ------------------
 sysdeps/i386/fpu/math_err.c               |  1 -
 sysdeps/i386/fpu/w_fmod_compat.c          | 14 --------------
 sysdeps/i386/fpu/w_fmodf_compat.c         | 14 --------------
 sysdeps/m68k/m680x0/fpu/w_fmod_compat.c   |  5 +++--
 sysdeps/m68k/m680x0/fpu/w_fmodf_compat.c  |  7 ++++---
 sysdeps/unix/sysv/linux/i386/libm.abilist |  2 ++
 8 files changed, 9 insertions(+), 70 deletions(-)
 delete mode 100644 sysdeps/i386/fpu/e_fmod.S
 delete mode 100644 sysdeps/i386/fpu/e_fmodf.S
 delete mode 100644 sysdeps/i386/fpu/math_err.c
 delete mode 100644 sysdeps/i386/fpu/w_fmod_compat.c
 delete mode 100644 sysdeps/i386/fpu/w_fmodf_compat.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-14 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14 18:18 [PATCH 0/3] math: fmod fixes on i386 and m68k Adhemerval Zanella
2024-03-14 18:18 ` [PATCH 1/3] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) Adhemerval Zanella
2024-03-14 18:18 ` [PATCH 2/3] i386: Use generic fmod Adhemerval Zanella
2024-03-14 18:18 ` [PATCH 3/3] i386: Use generic fmodf Adhemerval Zanella

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).