Allow integer immediate for VFP vmov instructions.
[deliverable/binutils-gdb.git] / gdb / sparc-sol2-nat.c
index 7fd4b752ed859d8d6b581a2f17ccbb1c9637f69e..2c0d561f98dd5c3ad13906a38653dadf3db66205 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for Solaris SPARC.
 
-   Copyright (C) 2003-2016 Free Software Foundation, Inc.
+   Copyright (C) 2003-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -97,18 +97,3 @@ 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.023848 seconds and 4 git commands to generate.