gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / i386-nbsd-nat.c
index dd1ac2944d2e6dd4ee0a819d6aa9e0ed49f4bb1d..ac775c1ff846605929553192d88f36e0e16ee0ee 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for NetBSD/i386.
 
-   Copyright (C) 2004-2018 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -73,8 +73,9 @@ i386nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
 
 static i386_bsd_nat_target<nbsd_nat_target> the_i386_nbsd_nat_target;
 
+void _initialize_i386nbsd_nat ();
 void
-_initialize_i386nbsd_nat (void)
+_initialize_i386nbsd_nat ()
 {
   add_inf_child_target (&the_i386_nbsd_nat_target);
 
This page took 0.0249 seconds and 4 git commands to generate.