public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] struct packed and Windows ports (PR build/29373)
@ 2022-07-21 15:21 Pedro Alves
  2022-07-21 15:21 ` [PATCH 1/3] struct packed: Use gcc_struct on Windows Pedro Alves
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Pedro Alves @ 2022-07-21 15:21 UTC (permalink / raw)
  To: gdb-patches

PR build/29373 points out that mingw GDB builds are brokenly current,
failing static assertions in gdbsupport/packed.h.  This series fixes
it, for both mingw + gcc, and mingw + clang.

Pedro Alves (3):
  struct packed: Use gcc_struct on Windows
  struct packed: Unit tests and more operators
  struct packed: Add fallback byte array implementation

 gdb/Makefile.in                  |   1 +
 gdb/unittests/packed-selftests.c | 132 ++++++++++++++++++++++++++++++
 gdbsupport/packed.h              | 134 ++++++++++++++++++++++++-------
 3 files changed, 236 insertions(+), 31 deletions(-)
 create mode 100644 gdb/unittests/packed-selftests.c


base-commit: d65edaa0bc3f24537ecde3735b1fa041f36f4ab8
-- 
2.36.0


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

end of thread, other threads:[~2022-07-25 15:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-21 15:21 [PATCH 0/3] struct packed and Windows ports (PR build/29373) Pedro Alves
2022-07-21 15:21 ` [PATCH 1/3] struct packed: Use gcc_struct on Windows Pedro Alves
2022-07-21 16:03   ` Eli Zaretskii
2022-07-21 17:05     ` Pedro Alves
2022-07-21 17:40       ` Eli Zaretskii
2022-07-21 18:15         ` Pedro Alves
2022-07-21 18:23           ` Eli Zaretskii
2022-07-21 18:30             ` Pedro Alves
2022-07-21 18:45               ` Eli Zaretskii
2022-07-21 18:57                 ` Pedro Alves
2022-07-21 18:18         ` Pedro Alves
2022-07-21 18:28           ` Eli Zaretskii
2022-07-21 18:38             ` Pedro Alves
2022-07-21 15:21 ` [PATCH 2/3] struct packed: Unit tests and more operators Pedro Alves
2022-07-21 15:21 ` [PATCH 3/3] struct packed: Add fallback byte array implementation Pedro Alves
2022-07-25 14:58 ` [PATCH 0/3] struct packed and Windows ports (PR build/29373) Tom Tromey
2022-07-25 15:18   ` Pedro Alves

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