[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 02/23] gdb-xml: fix duplicate register in arm-neon.xml
|
From: |
Alex Bennée |
|
Subject: |
[PULL 02/23] gdb-xml: fix duplicate register in arm-neon.xml |
|
Date: |
Tue, 7 Nov 2023 14:23:33 +0000 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Fixes: 56aebc8916 ("Add GDB XML register description support")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231106185112.2755262-3-alex.bennee@linaro.org>
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
- [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 <=
- [PULL 01/23] default-configs: Add TARGET_XML_FILES definition, Alex Bennée, 2023/11/07
- [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