* 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.
+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
 
 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
 
+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'.
 
 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}.
 
 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.",