37 lines
1.4 KiB
Diff
37 lines
1.4 KiB
Diff
|
|
From 7010b0dd1b6f27b14a0c02c81944513fbd60deab Mon Sep 17 00:00:00 2001
|
||
|
|
From: jipengfei_yewu <jipengfei_yewu@cmss.chinamobile.com>
|
||
|
|
Date: Mon, 18 Dec 2023 09:58:38 +0000
|
||
|
|
Subject: [PATCH] gdb-xml: fix duplicate register in arm-neon.xml
|
||
|
|
MIME-Version: 1.0
|
||
|
|
Content-Type: text/plain; charset=UTF-8
|
||
|
|
Content-Transfer-Encoding: 8bit
|
||
|
|
|
||
|
|
cheery-pick from 940bb5fa9ca9f71fcc0d06e9de9ac3ab7415d0f2
|
||
|
|
|
||
|
|
Signed-off-by: jipengfei_yewu <jipengfei_yewu@cmss.chinamobile.com>
|
||
|
|
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>
|
||
|
|
---
|
||
|
|
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.27.0
|
||
|
|
|