]> git.ipfire.org Git - thirdparty/qemu.git/commit
configs: Don't include 32-bit-only GDB XML in aarch64 linux configs
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 21 Sep 2021 16:28:57 +0000 (17:28 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Sep 2021 12:42:10 +0000 (13:42 +0100)
commit0e2a76110465ec95fd9f2c4820f186ca8106ab49
treeac72e72f099730aaba978cf05932552c3ce6d79f
parent09e010aedeb0a20aefa1fa0c06cf421e80f25edd
configs: Don't include 32-bit-only GDB XML in aarch64 linux configs

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 Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210921162901.17508-2-peter.maydell@linaro.org
configs/targets/aarch64-linux-user.mak
configs/targets/aarch64_be-linux-user.mak