X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fhppabsd-nat.c;h=c9b4e599364985700bf28b9ee5e626bc01d0d21d;hb=8775fd2d8dbaec2ffe735081cce31e259c3b0d44;hp=f2f61368ed353ffdeef4831ab3b7a718ea7867bb;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/hppabsd-nat.c b/gdb/hppabsd-nat.c index f2f61368ed..c9b4e59936 100644 --- a/gdb/hppabsd-nat.c +++ b/gdb/hppabsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for HP PA-RISC BSD's. - Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2004-2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. @@ -122,7 +122,8 @@ hppabsd_collect_fpregset (struct regcache *regcache, for all registers (including the floating-point registers). */ static void -hppabsd_fetch_registers (struct regcache *regcache, int regnum) +hppabsd_fetch_registers (struct target_ops *ops, + struct regcache *regcache, int regnum) { if (regnum == -1 || hppabsd_gregset_supplies_p (regnum)) { @@ -151,7 +152,8 @@ hppabsd_fetch_registers (struct regcache *regcache, int regnum) this for all registers (including the floating-point registers). */ static void -hppabsd_store_registers (struct regcache *regcache, int regnum) +hppabsd_store_registers (struct target_ops *ops, + struct regcache *regcache, int regnum) { if (regnum == -1 || hppabsd_gregset_supplies_p (regnum)) {