aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-netbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/i386-netbsd-nat.c')
-rw-r--r--gdb/i386-netbsd-nat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/i386-netbsd-nat.c b/gdb/i386-netbsd-nat.c
index 0f39fe1..efbf361 100644
--- a/gdb/i386-netbsd-nat.c
+++ b/gdb/i386-netbsd-nat.c
@@ -72,9 +72,7 @@ i386nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
static i386_bsd_nat_target<nbsd_nat_target> the_i386_nbsd_nat_target;
-void _initialize_i386nbsd_nat ();
-void
-_initialize_i386nbsd_nat ()
+INIT_GDB_FILE (i386nbsd_nat)
{
add_inf_child_target (&the_i386_nbsd_nat_target);