Constify save_gdb_index_command
authorTom Tromey <tom@tromey.com>
Wed, 13 Sep 2017 03:13:40 +0000 (21:13 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:57 +0000 (08:44 -0600)
gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* dwarf2read.c (save_gdb_index_command): Constify.

gdb/ChangeLog
gdb/dwarf2read.c

index 141e811..8aa6b13 100644 (file)
@@ -1,5 +1,9 @@
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
+       * dwarf2read.c (save_gdb_index_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
        * stap-probe.c (info_probes_stap_command): Constify.
 
 2017-09-27  Tom Tromey  <tom@tromey.com>
index 11f1c88..8c056da 100644 (file)
@@ -24028,7 +24028,7 @@ write_psymtabs_to_index (struct objfile *objfile, const char *dir)
    GDB manual.  Any changes here must be documented there.  */
 
 static void
-save_gdb_index_command (char *arg, int from_tty)
+save_gdb_index_command (const char *arg, int from_tty)
 {
   struct objfile *objfile;