aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2012-06-06 18:03:54 +0000
committerThomas Schwinge <tschwinge@gnu.org>2012-06-06 18:03:54 +0000
commit2d4c29c5e6d43e8a6dfec443d25f42b371bb4f0b (patch)
treef6b74f48933e66892a80b0ddaec184dcd7b2cb04 /gdb/doc
parentf5f1cdb6126eb45082554ab0d8801f57d4f2516e (diff)
downloadgdb-2d4c29c5e6d43e8a6dfec443d25f42b371bb4f0b.zip
gdb-2d4c29c5e6d43e8a6dfec443d25f42b371bb4f0b.tar.gz
gdb-2d4c29c5e6d43e8a6dfec443d25f42b371bb4f0b.tar.bz2
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo3
2 files changed, 7 insertions, 0 deletions
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 <thomas@codesourcery.com>
+
+ * gdb.texinfo: Document the deprecation of SH's 'regs' command.
+
2012-06-06 Yao Qi <yao@codesourcery.com>
* 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}