gdb/
authorThomas Schwinge <tschwinge@gnu.org>
Wed, 19 Sep 2012 11:07:01 +0000 (11:07 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Wed, 19 Sep 2012 11:07:01 +0000 (11:07 +0000)
* 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.

gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/sh-tdep.c

index 6c8fcdb61f899c44cc1ac5931b6e7f427bad86e3..371217ee4e39a3b6b6698dc97f759486b0119468 100644 (file)
@@ -1,3 +1,9 @@
+2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * NEWS: Document the removal of SH's 'regs' command.
+       * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
+       command.
+
 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        * infcmd.c (_initialize_infcmd): Register `j' as an alias for
index 1364fdbf91ccfb692532ff0b743a3190d92f8fae..365b2d48a982f56037ff6d6bf3c84ed8b3c0cd90 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -39,6 +39,12 @@ pi [command]
 py [command]
   "py" is a new alias for "python".
 
+* Removed commands
+
+  ** For the Renesas Super-H architecture, the "regs" command has been removed
+     (has been deprecated in GDB 7.5), and "info all-registers" should be used
+     instead.
+
 * MI changes
 
   ** Command parameter changes are now notified using new async record
index d928ed081fba53c6dfdc252c8bc7aae9c0fb00d8..89f9e342d74af322f102abf1040a7f784c270fe1 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gdb.texinfo: Document the removal of SH's 'regs' command.
+
 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        * gdb.texinfo (jump): Mention new alias `j' for `jump'.
index ddcbbad3b2fb61d6174d8d7209cd833f9319df15..1c8c1c2601db99b28b6ad0fe01aa4725dae50186 100644 (file)
@@ -20463,13 +20463,6 @@ For the Renesas Super-H processor, @value{GDBN} provides these
 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}
 @kindex set sh calling-convention
 Set the calling-convention used when calling functions from @value{GDBN}.
index 1ede13a3a18d53133c6dea9902e00bb138c87150..03cc4b19a7ce6ec1b9c267860d9298e05def1690 100644 (file)
@@ -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.",
This page took 0.088742 seconds and 4 git commands to generate.