Implement pahole-like 'ptype /o' option
[deliverable/binutils-gdb.git] / gdb / sparc-sol2-nat.c
index 4c79688f4649d88222858992a4d70901145d893b..d3e3df4285aaac1a73fcc665094db0d4d39a20c5 100644 (file)
@@ -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.024517 seconds and 4 git commands to generate.