gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / mips-fbsd-nat.c
index 7761301b6f58a9bd7fe4055c7bc6bd531fc33750..4a29ee1cb563f8f3ad4bb665208044f92cf65740 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for FreeBSD/mips.
 
-   Copyright (C) 2017-2018 Free Software Foundation, Inc.
+   Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -126,8 +126,9 @@ mips_fbsd_nat_target::store_registers (struct regcache *regcache, int regnum)
     }
 }
 
+void _initialize_mips_fbsd_nat ();
 void
-_initialize_mips_fbsd_nat (void)
+_initialize_mips_fbsd_nat ()
 {
   add_inf_child_target (&the_mips_fbsd_nat_target);
 }
This page took 0.025094 seconds and 4 git commands to generate.