gdb/doc: The RISC-V vector registers didn't change
authorPalmer Dabbelt <palmer@rivosinc.com>
Thu, 26 Jan 2023 23:09:29 +0000 (15:09 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 23 Feb 2023 21:51:58 +0000 (13:51 -0800)
When we merged the GDB vector register support we did it a bit early,
just eating the risk in the very unlikely case that the vector register
names changed.  They didn't, so we can now remove the caveat in the docs
that they might.

gdb/doc/gdb.texinfo

index 2a2077c29d1a49841ebe0e1fd47756c28a5a5c55..c1ca45521ea9d0b7a07d9838812eb5f38fce1b7a 100644 (file)
@@ -48227,11 +48227,7 @@ other floating point hardware.
 
 The @samp{org.gnu.gdb.riscv.vector} feature is optional.  If present,
 it should contain registers @samp{v0} through @samp{v31}, all of which
-must be the same size.  These requirements are based on the v0.10
-draft vector extension, as the vector extension is not yet final.  In
-the event that the register set of the vector extension changes for
-the final specification, the requirements given here could change for
-future releases of @value{GDBN}.
+must be the same size.
 
 @node RX Features
 @subsection RX Features