Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/2] GDB: aarch64-linux: Some header fixes
@ 2026-02-14  4:54 Thiago Jung Bauermann
  2026-02-14  4:54 ` [PATCH v2 1/2] GDB: aarch64-linux: Reorganize gdb/arch/aarch64-gcs-linux.h Thiago Jung Bauermann
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Thiago Jung Bauermann @ 2026-02-14  4:54 UTC (permalink / raw)
  To: gdb-patches; +Cc: Chris Packham, Luis, Tom Tromey, Simon Marchi

Patch 2 fixes the problem that I set out to fix in v1¹.

Patch 1 grew out of Simon's patch review, where he noted that files in
gdb/arch/ shouldn't depend on arch-specific include files.

Thiago Jung Bauermann (2):
  GDB: aarch64-linux: Reorganize gdb/arch/aarch64-gcs-linux.h
  GDB: aarch64-linux: Fix build failure on musl systems

 gdb/Makefile.in                               |  2 +-
 gdb/aarch64-linux-nat.c                       |  4 +--
 gdb/aarch64-linux-tdep.c                      |  9 ++---
 gdb/aarch64-linux-tdep.h                      |  6 ++--
 .../{aarch64-gcs-linux.h => aarch64-linux.h}  | 30 ++++------------
 gdb/nat/aarch64-linux.h                       | 15 ++++++++
 gdbserver/linux-aarch64-low.cc                |  7 ++--
 gdbsupport/config.in                          |  3 ++
 gdbsupport/configure                          | 36 +++++++++++++++++++
 gdbsupport/configure.ac                       | 19 ++++++++++
 10 files changed, 93 insertions(+), 38 deletions(-)
 rename gdb/arch/{aarch64-gcs-linux.h => aarch64-linux.h} (61%)

¹ https://inbox.sourceware.org/gdb-patches/20260211045853.1436881-1-thiago.bauermann@linaro.org/

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

end of thread, other threads:[~2026-02-17 15:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-14  4:54 [PATCH v2 0/2] GDB: aarch64-linux: Some header fixes Thiago Jung Bauermann
2026-02-14  4:54 ` [PATCH v2 1/2] GDB: aarch64-linux: Reorganize gdb/arch/aarch64-gcs-linux.h Thiago Jung Bauermann
2026-02-14  9:38   ` Luis
2026-02-17  5:21     ` Thiago Jung Bauermann
2026-02-14 14:29   ` Simon Marchi
2026-02-17  5:10     ` Thiago Jung Bauermann
2026-02-17 15:35       ` Simon Marchi
2026-02-14  4:54 ` [PATCH v2 2/2] GDB: aarch64-linux: Fix build failure on musl systems Thiago Jung Bauermann
2026-02-14 14:30 ` [PATCH v2 0/2] GDB: aarch64-linux: Some header fixes Simon Marchi
2026-02-17  5:11   ` Thiago Jung Bauermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox