aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@rivosinc.com>2023-01-26 15:09:29 -0800
committerPalmer Dabbelt <palmer@rivosinc.com>2023-02-23 13:51:58 -0800
commitee65c8f578bd531b1bf393cd79787dada3d1eb39 (patch)
tree69b6a72f92f82fd89b8f1fe54f7a7e9ef40661da /gdb
parent831a223b984c04b6a118791b392efd2c7282f9ed (diff)
downloadgdb-ee65c8f578bd531b1bf393cd79787dada3d1eb39.zip
gdb-ee65c8f578bd531b1bf393cd79787dada3d1eb39.tar.gz
gdb-ee65c8f578bd531b1bf393cd79787dada3d1eb39.tar.bz2
gdb/doc: The RISC-V vector registers didn't change
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2a2077c..c1ca455 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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