[gdb/testsuite] Limit default_target_compile override
[deliverable/binutils-gdb.git] / gdb / sparc-nbsd-nat.c
index c8ed1298eb9b2474a1a4597f13cbfd5760589bb2..7138d7df7376c2e4b436977cfba50a9c0ac96b7a 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for NetBSD/sparc.
 
-   Copyright (C) 2002-2018 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -57,8 +57,9 @@ sparc32nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
 
 static sparc_target<inf_ptrace_target> the_sparc_nbsd_nat_target;
 
+void _initialize_sparcnbsd_nat ();
 void
-_initialize_sparcnbsd_nat (void)
+_initialize_sparcnbsd_nat ()
 {
   sparc_gregmap = &sparc32nbsd_gregmap;
   sparc_fpregmap = &sparc32_bsd_fpregmap;
This page took 0.024205 seconds and 4 git commands to generate.