]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
config/targets: update aarch64_be-linux-user gdb XML list
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 23 Oct 2024 11:34:00 +0000 (12:34 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 28 Dec 2024 11:40:21 +0000 (14:40 +0300)
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>
(cherry picked from commit 591e848aca7af3b4d25af03ed5bd266c479054bf)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configs/targets/aarch64_be-linux-user.mak

index acb5620cdbfa3dabb7ffdd9d3413e2f6e4cc8e57..14623ac07618fa21732279eafdc63004d1a645d7 100644 (file)
@@ -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