mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Constify save_gdb_index_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * dwarf2read.c (save_gdb_index_command): Constify.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user