* MAINTAINERS: Add rx to target ISA section.
[deliverable/binutils-gdb.git] / gdb / m88kbsd-nat.c
index 7d6e34cb1ddcae93e652f578da6eb1f10d9a9e7d..7c54f250be35a4a2b13a4dec2017540315ba81c0 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for Motorola 88000 BSD's.
 
-   Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -63,7 +63,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 +79,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.033454 seconds and 4 git commands to generate.