gdb: use two displaced step buffers on amd64-linux
[deliverable/binutils-gdb.git] / gdb / ppc-obsd-nat.c
index 4d3f8b2de7f4f560c7000c04de2a5116947b8225..8d36d2b5caf69cb8c7a18750d124a3648367a049 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for OpenBSD/powerpc.
 
-   Copyright (C) 2004-2019 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -187,8 +187,9 @@ ppcobsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
   return 1;
 }
 
+void _initialize_ppcobsd_nat ();
 void
-_initialize_ppcobsd_nat (void)
+_initialize_ppcobsd_nat ()
 {
   add_inf_child_target (&the_ppc_obsd_nat_target);
 
This page took 0.0294 seconds and 4 git commands to generate.