bfd: Display symbol version for nm -D
[deliverable/binutils-gdb.git] / gdb / arm-obsd-tdep.c
index 0a9b47d35ba8b7d014badd9d36da70c5736a69d2..b3b1e2f7e66ba7c8cb49abbffa3e14505cadb01d 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for OpenBSD/arm.
 
-   Copyright (C) 2006-2018 Free Software Foundation, Inc.
+   Copyright (C) 2006-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -115,8 +115,9 @@ armobsd_init_abi (struct gdbarch_info info,
     }
 }
 
+void _initialize_armobsd_tdep ();
 void
-_initialize_armobsd_tdep (void)
+_initialize_armobsd_tdep ()
 {
   gdbarch_register_osabi (bfd_arch_arm, 0, GDB_OSABI_OPENBSD,
                          armobsd_init_abi);
This page took 0.024423 seconds and 4 git commands to generate.