]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ppc-fbsd-nat.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / ppc-fbsd-nat.c
index 648f628cf7eaa2737204be04266b38368f091d8e..533e70daba503e6409645be0f4a52dee91adb52f 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for PowerPC's running FreeBSD, for GDB.
 
-   Copyright (C) 2013-2019 Free Software Foundation, Inc.
+   Copyright (C) 2013-2021 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);