2002-10-11 Klee Dienes <kdienes@apple.com>
authorKlee Dienes <kdienes@apple.com>
Fri, 11 Oct 2002 16:13:15 +0000 (16:13 +0000)
committerKlee Dienes <kdienes@apple.com>
Fri, 11 Oct 2002 16:13:15 +0000 (16:13 +0000)
        * gdb.texinfo (Registers): Mention vector registers as well as
        floating registers in the documentation for 'info registers' and
        'info all-registers'.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 514de194d5c63e508da368e5b41f4db81181a5a9..72544a03909dc1f87ec316dd18f067cc07b706be 100644 (file)
@@ -1,3 +1,9 @@
+2002-10-11  Klee Dienes  <kdienes@apple.com>
+
+       * gdb.texinfo (Registers): Mention vector registers as well as
+       floating registers in the documentation for 'info registers' and
+       'info all-registers'.
+
 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdbint.texinfo (CPLUS_MARKER): Remove item.
index 9269c5dcc4052cdc534a02a3be9470b5af330a25..56db6ca04fe95ccbdf8294e8bcc7473d7e25dc5a 100644 (file)
@@ -5557,13 +5557,13 @@ your machine.
 @kindex info registers
 @item info registers
 Print the names and values of all registers except floating-point
-registers (in the selected stack frame).
+and vector registers (in the selected stack frame).
 
 @kindex info all-registers
 @cindex floating point registers
 @item info all-registers
 Print the names and values of all registers, including floating-point
-registers.
+and vector registers (in the selected stack frame).
 
 @item info registers @var{regname} @dots{}
 Print the @dfn{relativized} value of each specified register @var{regname}.
This page took 0.059409 seconds and 4 git commands to generate.