Fix powerpc-power8.exp test with new mnemonics
[deliverable/binutils-gdb.git] / gdb / m68k-bsd-tdep.c
index 0991407557db1ac32ff35374e10e426249686a7a..593708fe59d9cf246e6afc654db5adfccaced532 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Motorola 68000 BSD's.
 
-   Copyright (C) 2004-2018 Free Software Foundation, Inc.
+   Copyright (C) 2004-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -152,8 +152,9 @@ m68kbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
     (gdbarch, svr4_ilp32_fetch_link_map_offsets);
 }
 
+void _initialize_m68kbsd_tdep ();
 void
-_initialize_m68kbsd_tdep (void)
+_initialize_m68kbsd_tdep ()
 {
   gdbarch_register_osabi (bfd_arch_m68k, 0, GDB_OSABI_NETBSD,
                          m68kbsd_init_abi);
This page took 0.03652 seconds and 4 git commands to generate.