public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Assume PT_GETXMMREGS is always present on *BSD/i386
@ 2022-02-28 22:35 John Baldwin
  2022-02-28 22:35 ` [PATCH 1/3] i386-fbsd-nat: Assume PT_GETXMMREGS is present John Baldwin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: John Baldwin @ 2022-02-28 22:35 UTC (permalink / raw)
  To: gdb-patches

All of the BSD operating systems have included support for the XMM
register set for SSE since at least mid 2006.  This patch series
assumes it is present to reduce #ifdef's and remove a
no-longer-necessary configure check.

John Baldwin (3):
  i386-fbsd-nat: Assume PT_GETXMMREGS is present.
  i386-bsd-nat: Assume PT_GETXMMREGS is present.
  configure: Stop checking for PT_GETXMMREGS.

 gdb/configure       | 37 -------------------------------------
 gdb/configure.ac    | 20 --------------------
 gdb/i386-bsd-nat.c  | 10 ----------
 gdb/i386-fbsd-nat.c | 14 --------------
 4 files changed, 81 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-03-01 20:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28 22:35 [PATCH 0/3] Assume PT_GETXMMREGS is always present on *BSD/i386 John Baldwin
2022-02-28 22:35 ` [PATCH 1/3] i386-fbsd-nat: Assume PT_GETXMMREGS is present John Baldwin
2022-03-01 14:22   ` Simon Marchi
2022-03-01 18:25     ` John Baldwin
2022-02-28 22:35 ` [PATCH 2/3] i386-bsd-nat: " John Baldwin
2022-02-28 22:35 ` [PATCH 3/3] configure: Stop checking for PT_GETXMMREGS John Baldwin
2022-03-01 20:48 ` [PATCH 0/3] Assume PT_GETXMMREGS is always present on *BSD/i386 Tom Tromey

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