Constify maintenance_print_reggroups
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * reggroups.c (maintenance_print_reggroups): Constify.
This commit is contained in:
parent
8384c35618
commit
34e5fa26b7
@ -1,3 +1,7 @@
|
|||||||
|
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* reggroups.c (maintenance_print_reggroups): Constify.
|
||||||
|
|
||||||
2017-09-27 Tom Tromey <tom@tromey.com>
|
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* dwarf2read.c (save_gdb_index_command): Constify.
|
* dwarf2read.c (save_gdb_index_command): Constify.
|
||||||
|
@ -262,7 +262,7 @@ reggroups_dump (struct gdbarch *gdbarch, struct ui_file *file)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
maintenance_print_reggroups (char *args, int from_tty)
|
maintenance_print_reggroups (const char *args, int from_tty)
|
||||||
{
|
{
|
||||||
struct gdbarch *gdbarch = get_current_arch ();
|
struct gdbarch *gdbarch = get_current_arch ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user