[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 01/23] default-configs: Add TARGET_XML_FILES definition
|
From: |
Alex Bennée |
|
Subject: |
[PULL 01/23] default-configs: Add TARGET_XML_FILES definition |
|
Date: |
Tue, 7 Nov 2023 14:23:32 +0000 |
From: Akihiko Odaki <akihiko.odaki@daynix.com>
loongarch64-linux-user has references to XML files so include them.
Fixes: d32688ecdb ("default-configs: Add loongarch linux-user support")
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20231030054834.39145-6-akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
[AJB: remove base32 from list]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231106185112.2755262-2-alex.bennee@linaro.org>
diff --git a/configs/targets/loongarch64-linux-user.mak
b/configs/targets/loongarch64-linux-user.mak
index 7d1b964020..d878e5a113 100644
--- a/configs/targets/loongarch64-linux-user.mak
+++ b/configs/targets/loongarch64-linux-user.mak
@@ -1,3 +1,4 @@
# Default configuration for loongarch64-linux-user
TARGET_ARCH=loongarch64
TARGET_BASE_ARCH=loongarch
+TARGET_XML_FILES=gdb-xml/loongarch-base64.xml gdb-xml/loongarch-fpu.xml
--
2.39.2
- [PULL 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2, Alex Bennée, 2023/11/07
- [PULL 04/23] target/arm: hide all versions of DBGD[RS]AR from gdbstub, Alex Bennée, 2023/11/07
- [PULL 03/23] target/arm: mark the 32bit alias of PAR when LPAE enabled, Alex Bennée, 2023/11/07
- [PULL 02/23] gdb-xml: fix duplicate register in arm-neon.xml, Alex Bennée, 2023/11/07
- [PULL 01/23] default-configs: Add TARGET_XML_FILES definition,
Alex Bennée <=
- [PULL 05/23] target/arm: hide aliased MIDR from gdbstub, Alex Bennée, 2023/11/07
- [PULL 10/23] gdbstub: Introduce GDBFeatureBuilder, Alex Bennée, 2023/11/07
- [PULL 08/23] gdbstub: Add num_regs member to GDBFeature, Alex Bennée, 2023/11/07
- [PULL 12/23] configure: tell meson and contrib_plugins about DLLTOOL, Alex Bennée, 2023/11/07
- [PULL 06/23] tests/tcg: add an explicit gdbstub register tester, Alex Bennée, 2023/11/07
[PULL 14/23] plugins: make test/example plugins work on windows, Alex Bennée, 2023/11/07