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 -- 2.41.0