mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
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>
|
||||
|
||||
* dwarf2read.c (save_gdb_index_command): Constify.
|
||||
|
@ -262,7 +262,7 @@ reggroups_dump (struct gdbarch *gdbarch, struct ui_file *file)
|
||||
}
|
||||
|
||||
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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user