Constify maintenance_print_target_stack
authorTom Tromey <tom@tromey.com>
Sun, 10 Sep 2017 03:34:29 +0000 (21:34 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:29 +0000 (08:44 -0600)
gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* target.c (maintenance_print_target_stack): Constify.

gdb/ChangeLog
gdb/target.c

index 76831c15b436ef4cfd698d068de5f7dc2047e180..2f3ca4844254115de8470146e4b3e35ce8f593aa 100644 (file)
@@ -1,3 +1,7 @@
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * target.c (maintenance_print_target_stack): Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * interps.c (interpreter_exec_cmd): Constify.
index c26fba75b52dbb837f21b89b96a2f1e54acda3c1..4f574f670ff30e026721d72012b8aae9156ac502 100644 (file)
@@ -3892,7 +3892,7 @@ flash_erase_command (char *cmd, int from_tty)
 /* Print the name of each layers of our target stack.  */
 
 static void
-maintenance_print_target_stack (char *cmd, int from_tty)
+maintenance_print_target_stack (const char *cmd, int from_tty)
 {
   struct target_ops *t;