gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / mips-fbsd-nat.c
index 6ed20cedd53f0bbdcafd8c8b681e7f4d7c054e80..4a29ee1cb563f8f3ad4bb665208044f92cf65740 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for FreeBSD/mips.
 
-   Copyright (C) 2017-2019 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.024776 seconds and 4 git commands to generate.