aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh-nbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sh-nbsd-nat.c')
-rw-r--r--gdb/sh-nbsd-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/sh-nbsd-nat.c b/gdb/sh-nbsd-nat.c
index 873bdba..47cae00 100644
--- a/gdb/sh-nbsd-nat.c
+++ b/gdb/sh-nbsd-nat.c
@@ -96,8 +96,9 @@ sh_nbsd_nat_target::store_registers (struct regcache *regcache, int regno)
}
}
+void _initialize_shnbsd_nat ();
void
-_initialize_shnbsd_nat (void)
+_initialize_shnbsd_nat ()
{
add_inf_child_target (&the_sh_nbsd_nat_target);
}