]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/amd64-nat.h
run copyright.sh for 2011.
[thirdparty/binutils-gdb.git] / gdb / amd64-nat.h
index 4968b8fbffb0b3b5ecda2158381c6b6d4060cbaf..84e13c47aa6a2966c17962fa43eac5fc7c910163 100644 (file)
@@ -1,6 +1,7 @@
 /* Native-dependent code for AMD64.
 
-   Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -33,7 +34,8 @@ extern int amd64_native_gregset64_num_regs;
 /* Return whether the native general-purpose register set supplies
    register REGNUM.  */
 
-extern int amd64_native_gregset_supplies_p (int regnum);
+extern int amd64_native_gregset_supplies_p (struct gdbarch *gdbarch,
+                                           int regnum);
 
 /* Supply register REGNUM, whose contents are store in BUF, to
    REGCACHE.  If REGNUM is -1, supply all appropriate registers.  */