X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fxtensa-linux-nat.c;h=191ccefbf166267af823cea753f26bf1930c9ad1;hb=7fda53d583bf5baaa15ccdea78c48bf57b205dad;hp=0f413071e0d39ccc1de6e19bc64a2ddfff6630c8;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/xtensa-linux-nat.c b/gdb/xtensa-linux-nat.c index 0f413071e0..191ccefbf1 100644 --- a/gdb/xtensa-linux-nat.c +++ b/gdb/xtensa-linux-nat.c @@ -1,6 +1,6 @@ /* Xtensa GNU/Linux native support. - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007-2012 Free Software Foundation, Inc. This file is part of GDB. @@ -265,7 +265,8 @@ store_xtregs (struct regcache *regcache, int regnum) } void -xtensa_linux_fetch_inferior_registers (struct regcache *regcache, int regnum) +xtensa_linux_fetch_inferior_registers (struct target_ops *ops, + struct regcache *regcache, int regnum) { if (regnum == -1) { @@ -279,7 +280,8 @@ xtensa_linux_fetch_inferior_registers (struct regcache *regcache, int regnum) } void -xtensa_linux_store_inferior_registers (struct regcache *regcache, int regnum) +xtensa_linux_store_inferior_registers (struct target_ops *ops, + struct regcache *regcache, int regnum) { if (regnum == -1) {