aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh-netbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sh-netbsd-nat.c')
-rw-r--r--gdb/sh-netbsd-nat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/sh-netbsd-nat.c b/gdb/sh-netbsd-nat.c
index 25aafe1..d36dba5 100644
--- a/gdb/sh-netbsd-nat.c
+++ b/gdb/sh-netbsd-nat.c
@@ -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);
}