forked from Imagelibrary/binutils-gdb
2005-02-09 Andrew Cagney <cagney@gnu.org>
* NEWS: Mention removed commands. * m68hc11-tdep.c (show_regs): Delete, unused. (_initialize_m68hc11_tdep): Delete deprecated "regs" command. * gdb-events.sh: Delete deprecated "set eventdebug" and "show eventdebug" commands. * gdb-events.c: Regenerate. * gdbarch.sh: Delete deprecated "set archdebug" and "show archdebug" commands. * gdbarch.c: Regenerate. * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set remotedebug" and "show remotedebug". * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm disassembly-flavor", "show arm disassembly-flavor", and "othernames" commands. (arm_othernames): Delete unused function.
This commit is contained in:
@@ -1157,14 +1157,6 @@ m68hc11_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file,
|
||||
}
|
||||
}
|
||||
|
||||
/* Same as 'info reg' but prints the registers in a different way. */
|
||||
static void
|
||||
show_regs (char *args, int from_tty)
|
||||
{
|
||||
m68hc11_print_registers_info (current_gdbarch, gdb_stdout,
|
||||
get_current_frame (), -1, 1);
|
||||
}
|
||||
|
||||
static CORE_ADDR
|
||||
m68hc11_stack_align (CORE_ADDR addr)
|
||||
{
|
||||
@@ -1574,9 +1566,5 @@ _initialize_m68hc11_tdep (void)
|
||||
register_gdbarch_init (bfd_arch_m68hc11, m68hc11_gdbarch_init);
|
||||
register_gdbarch_init (bfd_arch_m68hc12, m68hc11_gdbarch_init);
|
||||
m68hc11_init_reggroups ();
|
||||
|
||||
deprecate_cmd (add_com ("regs", class_vars, show_regs,
|
||||
"Print all registers"),
|
||||
"info registers");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user