aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.c
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2012-09-19 11:07:01 +0000
committerThomas Schwinge <tschwinge@gnu.org>2012-09-19 11:07:01 +0000
commitaa9259cc84069710fcf56dc73a04a1983636cd18 (patch)
tree32849ad2cdc9c035f930e5c9353822ad60ed356c /gdb/sh-tdep.c
parent287904cecb181d84ffe49d8f75787b54877b7575 (diff)
downloadfsf-binutils-gdb-aa9259cc84069710fcf56dc73a04a1983636cd18.zip
fsf-binutils-gdb-aa9259cc84069710fcf56dc73a04a1983636cd18.tar.gz
fsf-binutils-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/sh-tdep.c')
-rw-r--r--gdb/sh-tdep.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c
index 1ede13a..03cc4b1 100644
--- a/gdb/sh-tdep.c
+++ b/gdb/sh-tdep.c
@@ -2416,16 +2416,8 @@ extern initialize_file_ftype _initialize_sh_tdep; /* -Wmissing-prototypes */
void
_initialize_sh_tdep (void)
{
- struct cmd_list_element *c;
-
gdbarch_register (bfd_arch_sh, sh_gdbarch_init, NULL);
- /* We can't use an alias here because 'info registers' has not yet been
- registered. */
- c = add_com ("regs", class_vars, all_registers_info,
- _("Print all registers"));
- deprecate_cmd (c, "info all-registers");
-
add_prefix_cmd ("sh", no_class, set_sh_command, "SH specific commands.",
&setshcmdlist, "set sh ", 0, &setlist);
add_prefix_cmd ("sh", no_class, show_sh_command, "SH specific commands.",