diff options
Diffstat (limited to 'gdb/sh-netbsd-nat.c')
-rw-r--r-- | gdb/sh-netbsd-nat.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/sh-netbsd-nat.c b/gdb/sh-netbsd-nat.c index c3c31e9..d36dba5 100644 --- a/gdb/sh-netbsd-nat.c +++ b/gdb/sh-netbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD/sh. - Copyright (C) 2002-2024 Free Software Foundation, Inc. + Copyright (C) 2002-2025 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. @@ -98,9 +98,7 @@ sh_nbsd_nat_target::store_registers (struct regcache *regcache, int regno) } } -void _initialize_shnbsd_nat (); -void -_initialize_shnbsd_nat () +INIT_GDB_FILE (shnbsd_nat) { add_inf_child_target (&the_sh_nbsd_nat_target); } |