From 2d4c29c5e6d43e8a6dfec443d25f42b371bb4f0b Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 6 Jun 2012 18:03:54 +0000 Subject: gdb/ * NEWS: Document the deprecation of SH's 'regs' command. * inferior.h (all_registers_info): Add function declaration. * sh-tdep.c (sh_show_regs): Remove variable. (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs) (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs) (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs) (sh_show_regs_command): Remove functions. (sh_gdbarch_init): Don't set sh_show_regs. (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to 'info all-registers'. * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs) (sh64_show_regs): Remove functions. * sh64-tdep.h (sh64_show_regs): Remove function declaration. gdb/doc/ * gdb.texinfo: Document the deprecation of SH's 'regs' command. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 3 +++ 2 files changed, 7 insertions(+) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ee1e7b8..38495d3 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-06-06 Thomas Schwinge + + * gdb.texinfo: Document the deprecation of SH's 'regs' command. + 2012-06-06 Yao Qi * gdb.texinfo: Update copyright year. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3ddf7be..5e00a72 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20444,6 +20444,9 @@ 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} -- cgit v1.1