Whitespace fix in gdb.base/skip.exp
[deliverable/binutils-gdb.git] / gdb / sparc64-fbsd-tdep.c
index 29d2f959270978fcc96b840489c2590b94fe2635..4989772f11888d488a6973a3e37f9f11390b3fe9 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for FreeBSD/sparc64.
 
-   Copyright (C) 2003-2017 Free Software Foundation, Inc.
+   Copyright (C) 2003-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -30,6 +30,7 @@
 #include "sparc64-tdep.h"
 #include "fbsd-tdep.h"
 #include "solib-svr4.h"
+#include "gdbarch.h"
 
 /* From <machine/reg.h>.  */
 const struct sparc_gregmap sparc64fbsd_gregmap =
@@ -241,9 +242,6 @@ sparc64fbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
     (gdbarch, svr4_lp64_fetch_link_map_offsets);
 }
 
-/* Provide a prototype to silence -Wmissing-prototypes.  */
-void _initialize_sparc64fbsd_tdep (void);
-
 void
 _initialize_sparc64fbsd_tdep (void)
 {
This page took 0.031711 seconds and 4 git commands to generate.