]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
AArch64: Fix SME za register description
authorLuis Machado <luis.machado.foss@gmail.com>
Sat, 11 Oct 2025 10:43:48 +0000 (11:43 +0100)
committerLuis Machado <luis.machado.foss@gmail.com>
Tue, 21 Oct 2025 20:50:06 +0000 (21:50 +0100)
Peter Maydell and Vacha Bhavsar pointed out that we have an incorrect
description of the SME za register in the documentation.  It is currently
described as a vector of SVL x SVL bytes, but that is incorrect.

What we really have is a 2-dimensional array of bytes, with each dimension
having size SVL.

Change the documentation to reflect that.

Approved-By: Eli Zaretskii <eliz@gnu.org>
gdb/doc/gdb.texinfo

index da211d9c8d6d4259beb9c57000bfcfc0d5a6edab..821f3ed4b050d5d504b99e6805b0debf99423834 100644 (file)
@@ -49789,8 +49789,8 @@ it should contain registers @code{ZA}, @code{SVG} and @code{SVCR}.
 @itemize @minus
 
 @item
-@code{ZA} is a register represented by a vector of @var{svl}x@var{svl}
-bytes.  @xref{svl}.
+@code{ZA} is a register represented by a 2-dimensional array of bytes, with each
+dimension having size @var{svl}.  @xref{svl}.
 
 @item
 @code{SVG} is a 64-bit register containing the value of @var{svg}.  @xref{svg}.