Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / riscv-fbsd-nat.c
index 24381e0dccf949f4a0f479d9a02317e99ae073eb..27a093552f29cba01382d3112fcc04d01d1694a4 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for FreeBSD/riscv.
 
-   Copyright (C) 2018-2019 Free Software Foundation, Inc.
+   Copyright (C) 2018-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -128,8 +128,9 @@ riscv_fbsd_nat_target::store_registers (struct regcache *regcache,
     }
 }
 
+void _initialize_riscv_fbsd_nat ();
 void
-_initialize_riscv_fbsd_nat (void)
+_initialize_riscv_fbsd_nat ()
 {
   add_inf_child_target (&the_riscv_fbsd_nat_target);
 }
This page took 0.034133 seconds and 4 git commands to generate.