diff options
Diffstat (limited to 'gdb/sh-nbsd-tdep.c')
-rw-r--r-- | gdb/sh-nbsd-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/sh-nbsd-tdep.c b/gdb/sh-nbsd-tdep.c index bdf5e4f6130..aa319261684 100644 --- a/gdb/sh-nbsd-tdep.c +++ b/gdb/sh-nbsd-tdep.c @@ -71,8 +71,9 @@ shnbsd_init_abi (struct gdbarch_info info, (gdbarch, svr4_ilp32_fetch_link_map_offsets); } +void _initialize_shnbsd_tdep (); void -_initialize_shnbsd_tdep (void) +_initialize_shnbsd_tdep () { gdbarch_register_osabi (bfd_arch_sh, 0, GDB_OSABI_NETBSD, shnbsd_init_abi); |