aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-fbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arm-fbsd-nat.c')
-rw-r--r--gdb/arm-fbsd-nat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/arm-fbsd-nat.c b/gdb/arm-fbsd-nat.c
index 2b7b75a..e068023 100644
--- a/gdb/arm-fbsd-nat.c
+++ b/gdb/arm-fbsd-nat.c
@@ -104,9 +104,7 @@ arm_fbsd_nat_target::read_description ()
return desc;
}
-void _initialize_arm_fbsd_nat ();
-void
-_initialize_arm_fbsd_nat ()
+INIT_GDB_FILE (arm_fbsd_nat)
{
add_inf_child_target (&the_arm_fbsd_nat_target);
}