diff options
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 11f1c88..8c056da 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; |