[gdb/testsuite] Set language in gdb.ada/minsym.exp
[deliverable/binutils-gdb.git] / gdb / aarch64-fbsd-nat.c
index 3c3931f6b7cfbcebf7ab95816b7a1fb171fc1bd8..5cd2ccd46bff39908435cf33c6b48026b317715e 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for FreeBSD/aarch64.
 
-   Copyright (C) 2017-2019 Free Software Foundation, Inc.
+   Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -124,8 +124,9 @@ aarch64_fbsd_nat_target::store_registers (struct regcache *regcache,
     }
 }
 
+void _initialize_aarch64_fbsd_nat ();
 void
-_initialize_aarch64_fbsd_nat (void)
+_initialize_aarch64_fbsd_nat ()
 {
   add_inf_child_target (&the_aarch64_fbsd_nat_target);
 }
This page took 0.031331 seconds and 4 git commands to generate.