X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fia64-linux-nat.c;h=e8ffc89eb566558816c6e019b61a7e176536dd2f;hb=727fc41e077139570ea8b8ddfd6c546b2a55627c;hp=6f308c06b28eec9c031591945b49f8efb35b916e;hpb=2685572f6e11fbd387d4c6a3317373e65f42e7ff;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index 6f308c06b2..e8ffc89eb5 100644 --- a/gdb/ia64-linux-nat.c +++ b/gdb/ia64-linux-nat.c @@ -1,8 +1,8 @@ /* Functions specific to running gdb native on IA-64 running GNU/Linux. - Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 - Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, + 2009 Free Software Foundation, Inc. This file is part of GDB. @@ -718,7 +718,8 @@ ia64_linux_fetch_register (struct regcache *regcache, int regnum) for all registers. */ static void -ia64_linux_fetch_registers (struct regcache *regcache, int regnum) +ia64_linux_fetch_registers (struct target_ops *ops, + struct regcache *regcache, int regnum) { if (regnum == -1) for (regnum = 0; @@ -775,7 +776,8 @@ ia64_linux_store_register (const struct regcache *regcache, int regnum) this for all registers. */ static void -ia64_linux_store_registers (struct regcache *regcache, int regnum) +ia64_linux_store_registers (struct target_ops *ops, + struct regcache *regcache, int regnum) { if (regnum == -1) for (regnum = 0; @@ -810,7 +812,7 @@ void _initialize_ia64_linux_nat (void); void _initialize_ia64_linux_nat (void) { - struct target_ops *t = linux_target (); + struct target_ops *t; /* Fill in the generic GNU/Linux methods. */ t = linux_target ();