aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2003-07-24 19:59:33 +0000
committerStephane Carrez <stcarrez@nerim.fr>2003-07-24 19:59:33 +0000
commite286caf2829593ec235a15a81e7ec76d2ccd3b46 (patch)
treef102dcfa7dd4ad3c016b8a5126387d2afcf06520 /gdb/NEWS
parent3b2fc2ea683563693bf8f2c57e3b80322fceb332 (diff)
downloadgdb-e286caf2829593ec235a15a81e7ec76d2ccd3b46.zip
gdb-e286caf2829593ec235a15a81e7ec76d2ccd3b46.tar.gz
gdb-e286caf2829593ec235a15a81e7ec76d2ccd3b46.tar.bz2
* NEWS: Mention "regs" deprecated for m68hc11 too.
* m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command. (m68hc11_print_register): New function to print out one register. (m68hc11_print_registers_info): New function to print registers. (show_regs): Deprecate and use the above. (m68hc11_gdbarch_init): Install the print_registers_info.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 563029b..a8e8a02 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -16,7 +16,7 @@ The "detach" command will now resume the application, as documented. To
disconnect from gdbserver and leave it stopped, use the new "disconnect"
command.
-* d10v `regs' command deprecated
+* d10v, m68hc11 `regs' command deprecated
The `info registers' command has been updated so that it displays the
registers using a format identical to the old `regs' command.