Git sucks!
[deliverable/binutils-gdb.git] / gdb / sparc64nbsd-nat.c
index a1567c5a1f07c585681555ded362262514d58c7b..f8db7fae8770ab771c7d9cbaf32f2a8e482f912c 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for NetBSD/sparc64.
 
-   Copyright (C) 2003-2004, 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -69,7 +69,8 @@ sparc64nbsd_supply_fpregset (const struct sparc_fpregset *fpregset,
 }
 
 static void
-sparc64nbsd_collect_fpregset (const struct regcache *regcache,
+sparc64nbsd_collect_fpregset (const struct sparc_fpregset *fpregset,
+                             const struct regcache *regcache,
                              int regnum, void *fpregs)
 {
   int sparc32 = (gdbarch_ptr_bit (get_regcache_arch (regcache)) == 32);
This page took 0.024822 seconds and 4 git commands to generate.