]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/hppanbsd-nat.c
* corelow.c (get_core_registers): Adjust.
[thirdparty/binutils-gdb.git] / gdb / hppanbsd-nat.c
index 2bc8b2d93e694eea476fcb815aab63365ed7e5a0..631c2bec8512054a1bb1b41a0f87550579e1743b 100644 (file)
@@ -161,7 +161,8 @@ hppanbsd_collect_fpregset (struct regcache *regcache,
    for all registers (including the floating-point registers).  */
 
 static void
-hppanbsd_fetch_registers (struct regcache *regcache, int regnum)
+hppanbsd_fetch_registers (struct target_ops *ops,
+                         struct regcache *regcache, int regnum)
 
 {
   if (regnum == -1 || hppanbsd_gregset_supplies_p (regnum))
@@ -191,7 +192,8 @@ hppanbsd_fetch_registers (struct regcache *regcache, int regnum)
    this for all registers (including the floating-point registers).  */
 
 static void
-hppanbsd_store_registers (struct regcache *regcache, int regnum)
+hppanbsd_store_registers (struct target_ops *ops,
+                         struct regcache *regcache, int regnum)
 {
   if (regnum == -1 || hppanbsd_gregset_supplies_p (regnum))
     {