Pass readable_regcache to gdbarch method read_pc
[deliverable/binutils-gdb.git] / gdb / sparc-sol2-nat.c
index 4c79688f4649d88222858992a4d70901145d893b..2ec2cfb3b1e95285d1e71db0865ba81e59be2784 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for Solaris SPARC.
 
-   Copyright (C) 2003-2017 Free Software Foundation, Inc.
+   Copyright (C) 2003-2018 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.044383 seconds and 4 git commands to generate.