Restore readelf's warnings that describe real problems with the file being examined...
[deliverable/binutils-gdb.git] / gdb / sparc64-nat.c
index d7e217ba1e8f2440d8ad1cfe8f338419304cf588..fa34c8ca04c9a057d51e3788cf7aae12bdfa916a 100644 (file)
@@ -1,7 +1,6 @@
 /* Native-dependent code for GNU/Linux UltraSPARC.
 
-   Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -69,13 +68,10 @@ sparc64_fpregset_supplies_p (struct gdbarch *gdbarch, int regnum)
 
   return 0;
 }
-\f
-
-/* Provide a prototype to silence -Wmissing-prototypes.  */
-void _initialize_sparc64_nat (void);
 
+void _initialize_sparc64_nat ();
 void
-_initialize_sparc64_nat (void)
+_initialize_sparc64_nat ()
 {
   sparc_supply_gregset = sparc64_supply_gregset;
   sparc_collect_gregset = sparc64_collect_gregset;
This page took 0.026638 seconds and 4 git commands to generate.