diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2024-10-23 12:34:00 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2024-10-24 09:56:34 +0100 |
commit | 591e848aca7af3b4d25af03ed5bd266c479054bf (patch) | |
tree | 24ae7038565a2cb860cfc0697dae56634fe51680 | |
parent | 0f48656a098892f69642f97a8e6876761c07951b (diff) | |
download | qemu-591e848aca7af3b4d25af03ed5bd266c479054bf.zip qemu-591e848aca7af3b4d25af03ed5bd266c479054bf.tar.gz qemu-591e848aca7af3b4d25af03ed5bd266c479054bf.tar.bz2 |
config/targets: update aarch64_be-linux-user gdb XML list
Attempting to run the binary asserts when it can't find the XML entry.
We can fix it so we don't although I suspect other stuff is broken.
Fixes: https://gitlab.com/qemu-project/qemu/-/issues/2580
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241023113406.1284676-13-alex.bennee@linaro.org>
-rw-r--r-- | configs/targets/aarch64_be-linux-user.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/targets/aarch64_be-linux-user.mak b/configs/targets/aarch64_be-linux-user.mak index 778d22b..dcef597 100644 --- a/configs/targets/aarch64_be-linux-user.mak +++ b/configs/targets/aarch64_be-linux-user.mak @@ -1,7 +1,7 @@ TARGET_ARCH=aarch64 TARGET_BASE_ARCH=arm TARGET_BIG_ENDIAN=y -TARGET_XML_FILES= gdb-xml/aarch64-core.xml gdb-xml/aarch64-fpu.xml gdb-xml/aarch64-pauth.xml +TARGET_XML_FILES= gdb-xml/aarch64-core.xml gdb-xml/aarch64-fpu.xml gdb-xml/aarch64-pauth.xml gdb-xml/aarch64-mte.xml TARGET_HAS_BFLT=y CONFIG_SEMIHOSTING=y CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y |