windows-nat: Cleanups in get_windows_debug_event
[deliverable/binutils-gdb.git] / gdb / sparcnbsd-nat.c
index 71e61bbad0d173481d7d58483cea52380dc2a299..fd835493ef8373fed8ba62d73465935ed2b29449 100644 (file)
@@ -1,7 +1,6 @@
 /* Native-dependent code for NetBSD/sparc.
 
-   Copyright (C) 2002, 2003, 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -63,7 +62,8 @@ void _initialize_sparcnbsd_nat (void);
 void
 _initialize_sparcnbsd_nat (void)
 {
-  sparc_gregset = &sparc32nbsd_gregset;
+  sparc_gregmap = &sparc32nbsd_gregmap;
+  sparc_fpregmap = &sparc32_bsd_fpregmap;
 
   /* We've got nothing to add to the generic SPARC target.  */
   add_target (sparc_target ());
This page took 0.041354 seconds and 4 git commands to generate.