diff options
Diffstat (limited to 'gdb/arc-linux-nat.c')
-rw-r--r-- | gdb/arc-linux-nat.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/arc-linux-nat.c b/gdb/arc-linux-nat.c index 66f0000..75fc4b7 100644 --- a/gdb/arc-linux-nat.c +++ b/gdb/arc-linux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux ARC. - Copyright 2020-2024 Free Software Foundation, Inc. + Copyright 2020-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -309,9 +309,7 @@ ps_get_thread_area (struct ps_prochandle *ph, lwpid_t lwpid, int idx, } /* Suppress warning from -Wmissing-prototypes. */ -void _initialize_arc_linux_nat (); -void -_initialize_arc_linux_nat () +INIT_GDB_FILE (arc_linux_nat) { /* Register the target. */ linux_target = &the_arc_linux_nat_target; |