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/NEWS | |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -39,6 +39,12 @@ pi [command] py [command] "py" is a new alias for "python". +* Removed commands + + ** For the Renesas Super-H architecture, the "regs" command has been removed + (has been deprecated in GDB 7.5), and "info all-registers" should be used + instead. + * MI changes ** Command parameter changes are now notified using new async record |