diff mbox series

[02/29] gdb-xml: fix duplicate register in arm-neon.xml

Message ID 20231103195956.1998255-3-alex.bennee@linaro.org
State Superseded
Headers show
Series gdbstub and plugin read register and windows support | expand

Commit Message

Alex Bennée Nov. 3, 2023, 7:59 p.m. UTC
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 gdb-xml/arm-neon.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Richard Henderson Nov. 5, 2023, 8:45 p.m. UTC | #1
On 11/3/23 12:59, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <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"/>

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
diff mbox series

Patch

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"/>