[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/22] default-configs: Add TARGET_XML_FILES definition
|
From: |
Alex Bennée |
|
Subject: |
[PATCH 01/22] default-configs: Add TARGET_XML_FILES definition |
|
Date: |
Mon, 6 Nov 2023 18:50:51 +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>
Message-Id: <20231103195956.1998255-2-alex.bennee@linaro.org>
[AJB: remove base32 from list]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
configs/targets/loongarch64-linux-user.mak | 1 +
1 file changed, 1 insertion(+)
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
- [PATCH 10/22] gdbstub: Introduce GDBFeatureBuilder, (continued)
- [PATCH 10/22] gdbstub: Introduce GDBFeatureBuilder, Alex Bennée, 2023/11/06
- [PATCH 06/22] tests/tcg: add an explicit gdbstub register tester, Alex Bennée, 2023/11/06
- [PATCH 05/22] target/arm: hide aliased MIDR from gdbstub, Alex Bennée, 2023/11/06
- [PATCH 07/22] tests/avocado: update the tcg_plugins test, Alex Bennée, 2023/11/06
- [PATCH 09/22] gdbstub: Introduce gdb_find_static_feature(), Alex Bennée, 2023/11/06
- [PATCH 12/22] configure: tell meson and contrib_plugins about DLLTOOL, Alex Bennée, 2023/11/06
- [PATCH 01/22] default-configs: Add TARGET_XML_FILES definition,
Alex Bennée <=
- [PATCH 14/22] plugins: make test/example plugins work on windows, Alex Bennée, 2023/11/06
[PATCH 11/22] cpu: Call plugin hooks only when ready, Alex Bennée, 2023/11/06
[PATCH 04/22] target/arm: hide all versions of DBGD[RS]AR from gdbstub, Alex Bennée, 2023/11/06
[PATCH 13/22] plugins: add dllexport and dllimport to api funcs, Alex Bennée, 2023/11/06