diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-09-19 11:07:01 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-09-19 11:07:01 +0000 |
commit | aa9259cc84069710fcf56dc73a04a1983636cd18 (patch) | |
tree | 32849ad2cdc9c035f930e5c9353822ad60ed356c /gdb/doc | |
parent | 287904cecb181d84ffe49d8f75787b54877b7575 (diff) | |
download | gdb-aa9259cc84069710fcf56dc73a04a1983636cd18.zip gdb-aa9259cc84069710fcf56dc73a04a1983636cd18.tar.gz gdb-aa9259cc84069710fcf56dc73a04a1983636cd18.tar.bz2 |
gdb/
* NEWS: Document the removal of SH's 'regs' command.
* sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
command.
gdb/doc/
* gdb.texinfo: Document the removal of SH's 'regs' command.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d928ed0..89f9e34 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-09-19 Thomas Schwinge <thomas@codesourcery.com> + + * gdb.texinfo: Document the removal of SH's 'regs' command. + 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com> * gdb.texinfo (jump): Mention new alias `j' for `jump'. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index ddcbbad..1c8c1c2 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20463,13 +20463,6 @@ For the Renesas Super-H processor, @value{GDBN} provides these commands: @table @code -@item regs -@kindex regs@r{, Super-H} -This command is deprecated, and @code{info all-registers} should be -used instead. - -Show the values of all Super-H registers. - @item set sh calling-convention @var{convention} @kindex set sh calling-convention Set the calling-convention used when calling functions from @value{GDBN}. |