gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>
* symfile-mem.c (add_symbol_file_from_memory_command): Constify.
+2017-09-27 Tom Tromey <tom@tromey.com>
+
+ * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
+
2017-09-27 Tom Tromey <tom@tromey.com>
* demangle.c (demangle_command): Constify.
static void
-add_symbol_file_from_memory_command (char *args, int from_tty)
+add_symbol_file_from_memory_command (const char *args, int from_tty)
{
CORE_ADDR addr;
struct bfd *templ;