Implement pahole-like 'ptype /o' option
[deliverable/binutils-gdb.git] / gdb / sparc-sol2-nat.c
index 4bdd49f4b7b3b46acad740e0e10e868770dc0034..d3e3df4285aaac1a73fcc665094db0d4d39a20c5 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for Solaris SPARC.
 
-   Copyright (C) 2003-2015 Free Software Foundation, Inc.
+   Copyright (C) 2003-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -98,17 +98,12 @@ fill_fpregset (const struct regcache *regcache,
   sparc_collect_fpregset (&sparc_sol2_fpregmap, regcache, regnum, fpregs);
 }
 
-/* Provide a prototype to silence -Wmissing-prototypes.  */
-extern initialize_file_ftype _initialize_sparc_sol2_nat;
-
 void
 _initialize_sparc_sol2_nat (void)
 {
   struct target_ops *t;
 
   t = procfs_target ();
-#ifdef NEW_PROC_API    /* Solaris 6 and above can do HW watchpoints.  */
   procfs_use_watchpoints (t);
-#endif
   add_target (t);
 }
This page took 0.02364 seconds and 4 git commands to generate.