Re: [PATCH 1/5] configs: Don't include 32-bit-only GDB XML in aarch64 linux configs

2021-09-21 Thread Richard Henderson
On 9/21/21 9:28 AM, Peter Maydell wrote: The aarch64-linux QEMU usermode binaries can never run 32-bit code, so they do not need to include the GDB XML for it. (arm_cpu_register_gdb_regs_for_features() will not use these XML files if the CPU has ARM_FEATURE_AARCH64, so we will not advertise to gd

[PATCH 1/5] configs: Don't include 32-bit-only GDB XML in aarch64 linux configs

2021-09-21 Thread Peter Maydell
The aarch64-linux QEMU usermode binaries can never run 32-bit code, so they do not need to include the GDB XML for it. (arm_cpu_register_gdb_regs_for_features() will not use these XML files if the CPU has ARM_FEATURE_AARCH64, so we will not advertise to gdb that we have them.) Signed-off-by: Peter