qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/2] target/arm: Always build Aarch64 gdbstub helpers


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 0/2] target/arm: Always build Aarch64 gdbstub helpers
Date: Fri, 28 Jun 2024 08:19:13 +0200
User-agent: Mozilla Thunderbird

ping?

On 19/6/24 14:49, Philippe Mathieu-Daudé wrote:
Merge gdbstub64.c in gdbstub.c and remove uses of
target specific TARGET_AARCH64 definition.
Small step toward single ARM/Aarch64 binary.

Philippe Mathieu-Daudé (2):
   target/arm: Merge gdbstub64.c within gdbstub.c
   target/arm: Always build Aarch64 gdbstub helpers

  target/arm/cpu.h       |   8 +-
  target/arm/internals.h |   2 -
  target/arm/gdbstub.c   | 363 +++++++++++++++++++++++++++++++++++++-
  target/arm/gdbstub64.c | 383 -----------------------------------------
  target/arm/meson.build |   1 -
  5 files changed, 364 insertions(+), 393 deletions(-)
  delete mode 100644 target/arm/gdbstub64.c





reply via email to

[Prev in Thread] Current Thread [Next in Thread]