[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 02/22] gdb-xml: fix duplicate register in arm-neon.xml
From: |
Alex Bennée |
Subject: |
[PATCH 02/22] gdb-xml: fix duplicate register in arm-neon.xml |
Date: |
Mon, 6 Nov 2023 18:50:52 +0000 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231103195956.1998255-3-alex.bennee@linaro.org>
---
gdb-xml/arm-neon.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb-xml/arm-neon.xml b/gdb-xml/arm-neon.xml
index 9dce0a996f..d61f6b8549 100644
--- a/gdb-xml/arm-neon.xml
+++ b/gdb-xml/arm-neon.xml
@@ -76,7 +76,7 @@
<reg name="q8" bitsize="128" type="neon_q"/>
<reg name="q9" bitsize="128" type="neon_q"/>
<reg name="q10" bitsize="128" type="neon_q"/>
- <reg name="q10" bitsize="128" type="neon_q"/>
+ <reg name="q11" bitsize="128" type="neon_q"/>
<reg name="q12" bitsize="128" type="neon_q"/>
<reg name="q13" bitsize="128" type="neon_q"/>
<reg name="q14" bitsize="128" type="neon_q"/>
--
2.39.2
- [PATCH 00/22] Maintainer updates for 8.2 (gdbstub, tests, plugins) pre-PR, Alex Bennée, 2023/11/06
- [PATCH 02/22] gdb-xml: fix duplicate register in arm-neon.xml,
Alex Bennée <=
- [PATCH 01/22] default-configs: Add TARGET_XML_FILES definition, 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 03/22] target/arm: hide the 32bit version of PAR from gdbstub, Alex Bennée, 2023/11/06
- [PATCH 05/22] target/arm: hide aliased MIDR from gdbstub, Alex Bennée, 2023/11/06
- [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature, Alex Bennée, 2023/11/06