From 8384c35618fdfa66ea3ec6e84072cccc6192dd48 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 12 Sep 2017 21:13:40 -0600 Subject: Constify save_gdb_index_command gdb/ChangeLog 2017-09-27 Tom Tromey * dwarf2read.c (save_gdb_index_command): Constify. --- gdb/dwarf2read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/dwarf2read.c') diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 11f1c887ae..8c056da59f 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -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; -- cgit v1.2.3