diff options
Diffstat (limited to 'gdb/regcache-dump.c')
-rw-r--r-- | gdb/regcache-dump.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/regcache-dump.c b/gdb/regcache-dump.c index 2719c92..c6ef552 100644 --- a/gdb/regcache-dump.c +++ b/gdb/regcache-dump.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1986-2024 Free Software Foundation, Inc. +/* Copyright (C) 1986-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -346,9 +346,7 @@ maintenance_print_remote_registers (const char *args, int from_tty) "maintenance print remote-registers"); } -void _initialize_regcache_dump (); -void -_initialize_regcache_dump () +INIT_GDB_FILE (regcache_dump) { add_cmd ("registers", class_maintenance, maintenance_print_registers, _("Print the internal register configuration.\n" |