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'.
This commit is contained in:
Klee Dienes 2002-10-11 16:13:15 +00:00
parent fd8f4948fe
commit c85508ee3c
2 changed files with 8 additions and 2 deletions

View 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.

View 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}.