Fix detach with target remote (PR gdb/28080)
[deliverable/binutils-gdb.git] / gdb / m32r-linux-nat.c
index 6bb8337788244a8d5b57dafd590ada564ac8678f..f0349289d4898b518b2928ce444999763f42d8bc 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for GNU/Linux m32r.
 
-   Copyright (C) 2004-2020 Free Software Foundation, Inc.
+   Copyright (C) 2004-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -237,8 +237,9 @@ m32r_linux_nat_target::store_registers (struct regcache *regcache, int regno)
                  _("Got request to store bad register number %d."), regno);
 }
 
+void _initialize_m32r_linux_nat ();
 void
-_initialize_m32r_linux_nat (void)
+_initialize_m32r_linux_nat ()
 {
   /* Register the target.  */
   linux_target = &the_m32r_linux_nat_target;
This page took 0.023587 seconds and 4 git commands to generate.