diff options
author | Klee Dienes <kdienes@apple.com> | 2002-10-11 16:13:15 +0000 |
---|---|---|
committer | Klee Dienes <kdienes@apple.com> | 2002-10-11 16:13:15 +0000 |
commit | c85508ee3c526f5c128f71ea91e373a8722b369d (patch) | |
tree | 23ac68143eee9ac5fb9d8ead811bceeedc9c4bbb | |
parent | fd8f4948fe9454ec1cc6cb8a33c4992f6145c43d (diff) | |
download | gdb-c85508ee3c526f5c128f71ea91e373a8722b369d.zip gdb-c85508ee3c526f5c128f71ea91e373a8722b369d.tar.gz gdb-c85508ee3c526f5c128f71ea91e373a8722b369d.tar.bz2 |
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'.
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 514de19..72544a0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9269c5d..56db6ca 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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}. |