constify deprecate_cmd
authorTom Tromey <tromey@redhat.com>
Tue, 22 Jul 2014 02:37:34 +0000 (20:37 -0600)
committerTom Tromey <tromey@redhat.com>
Thu, 24 Jul 2014 17:30:03 +0000 (11:30 -0600)
commit429e55ea941f54f8e0481dd2048dc15af751ed71
tree6a5b542cb8dee24e8a2ebe286537ac7e16eee3e2
parent64669f3b4bab4096df75b7279c5b2d0a4784b835
constify deprecate_cmd

This constifies deprecate_cmd and the "replacement" field in struct
cmd_list_element.

2014-07-24  Tom Tromey  <tromey@redhat.com>

* cli/cli-decode.c (deprecate_cmd): Make "replacement" const.
* cli/cli-decode.h (struct cmd_list_element) <replacement>: Now
const.
* command.h (deprecate_cmd): Update.
* maint.c (maintenance_do_deprecate): Add casts.
gdb/ChangeLog
gdb/cli/cli-decode.c
gdb/cli/cli-decode.h
gdb/command.h
gdb/maint.c