*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / m88kbsd-nat.c
index 7d6e34cb1ddcae93e652f578da6eb1f10d9a9e7d..4403fae870d0af221860e5690baae11b08fa05cd 100644 (file)
@@ -1,6 +1,7 @@
 /* Native-dependent code for Motorola 88000 BSD's.
 
-   Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -63,7 +64,8 @@ m88kbsd_collect_gregset (const struct regcache *regcache,
    for all registers.  */
 
 static void
-m88kbsd_fetch_inferior_registers (struct regcache *regcache, int regnum)
+m88kbsd_fetch_inferior_registers (struct target_ops *ops,
+                                 struct regcache *regcache, int regnum)
 {
   struct reg regs;
 
@@ -78,7 +80,8 @@ m88kbsd_fetch_inferior_registers (struct regcache *regcache, int regnum)
    this for all registers.  */
 
 static void
-m88kbsd_store_inferior_registers (struct regcache *regcache, int regnum)
+m88kbsd_store_inferior_registers (struct target_ops *ops,
+                                 struct regcache *regcache, int regnum)
 {
   struct reg regs;
 
This page took 0.0236960000000001 seconds and 4 git commands to generate.