Constify some commands in symfile.c
authorTom Tromey <tom@tromey.com>
Sun, 10 Sep 2017 03:44:31 +0000 (21:44 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:34 +0000 (08:44 -0600)
commit2cf311ebadb5058afb983c61363fc2595c01b9e4
tree56b6f664890dd57a44b2562eb14b479f368dfef8
parente6738699f704ae1ece43e9758f60d084b45e5308
Constify some commands in symfile.c

gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* symfile.c (add_symbol_file_command)
(remove_symbol_file_command, list_overlays_command)
(map_overlay_command, unmap_overlay_command)
(overlay_auto_command, overlay_manual_command)
(overlay_off_command, overlay_load_command): Constify.
gdb/ChangeLog
gdb/symfile.c