Fix error message in compile-object-load.c
[deliverable/binutils-gdb.git] / gdb / ppc-fbsd-nat.c
index 5d2d391447a3f8035eb1eb61ad97efcd0d12b1aa..a1b268ab28922a45318ab3d9a8ebf7a317f6cb3c 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for PowerPC's running FreeBSD, for GDB.
 
-   Copyright (C) 2013-2018 Free Software Foundation, Inc.
+   Copyright (C) 2013-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -201,8 +201,9 @@ ppcfbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
   return 1;
 }
 
+void _initialize_ppcfbsd_nat ();
 void
-_initialize_ppcfbsd_nat (void)
+_initialize_ppcfbsd_nat ()
 {
   add_inf_child_target (&the_ppc_fbsd_nat_target);
 
This page took 0.032377 seconds and 4 git commands to generate.