Constify add_symbol_file_from_memory_command
authorTom Tromey <tom@tromey.com>
Wed, 13 Sep 2017 03:17:01 +0000 (21:17 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:45:02 +0000 (08:45 -0600)
gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* symfile-mem.c (add_symbol_file_from_memory_command): Constify.

gdb/ChangeLog
gdb/symfile-mem.c

index e0899591f914e03fd27f65e62959f382598d0b62..b67c6172b7297f4ee46857ed3420bd31a6cebe97 100644 (file)
@@ -1,3 +1,7 @@
+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.
index b3543d6a56fd6f07ff61cba513b09664008fe1c9..6f34cab46f7c42a0a6b89586c30f4dea919a96f2 100644 (file)
@@ -145,7 +145,7 @@ symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr,
 
 
 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;
This page took 0.032807 seconds and 4 git commands to generate.