gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / sparc-linux-nat.c
index 765f24c86ae9ff864fb93bf07611be45f36cd914..1489d0980e1c786a71b5aefdd45f154815af18ef 100644 (file)
@@ -1,5 +1,5 @@
 /* Native-dependent code for GNU/Linux SPARC.
-   Copyright (C) 2005-2018 Free Software Foundation, Inc.
+   Copyright (C) 2005-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -66,8 +66,9 @@ fill_fpregset (const struct regcache *regcache,
   sparc32_collect_fpregset (sparc_fpregmap, regcache, regnum, fpregs);
 }
 
+void _initialize_sparc_linux_nat ();
 void
-_initialize_sparc_linux_nat (void)
+_initialize_sparc_linux_nat ()
 {
   sparc_fpregmap = &sparc32_bsd_fpregmap;
 
This page took 0.025982 seconds and 4 git commands to generate.