Constify add_cmd gdb_bfd.c
authorTom Tromey <tom@tromey.com>
Sun, 10 Sep 2017 02:55:20 +0000 (20:55 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:14 +0000 (08:44 -0600)
This constifies a command function in gdb_bfd.c.

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

* gdb_bfd.c (maintenance_info_bfds): Constify.

gdb/ChangeLog
gdb/gdb_bfd.c

index 54bc5b0..7cfd359 100644 (file)
@@ -1,5 +1,9 @@
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
+       * gdb_bfd.c (maintenance_info_bfds): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
        * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
        overloads.
        (do_add_cmd): Rename from add_cmd.  Don't call set_cmd_cfunc.
index d80b3fb..29080b8 100644 (file)
@@ -974,7 +974,7 @@ print_one_bfd (void **slot, void *data)
 /* Implement the 'maint info bfd' command.  */
 
 static void
-maintenance_info_bfds (char *arg, int from_tty)
+maintenance_info_bfds (const char *arg, int from_tty)
 {
   struct ui_out *uiout = current_uiout;