fix typo in previous entry
[deliverable/binutils-gdb.git] / gdb / ia64-tdep.h
index b67d3f4ed37e66f25a791083e8b7dd91bb5a17cc..b7a8eaf2b17d073de631dbd23b7406ba336a8c6a 100644 (file)
@@ -1,6 +1,7 @@
 /* Target-dependent code for the ia64.
 
-   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 struct gdbarch_tdep
 {
-  CORE_ADDR (*sigcontext_register_address) (CORE_ADDR, int);
+  CORE_ADDR (*sigcontext_register_address) (struct gdbarch *, CORE_ADDR, int);
   int (*pc_in_sigtramp) (CORE_ADDR);
+
+  /* ISA-specific data types.  */
+  struct type *ia64_ext_type;
 };
 
 extern void ia64_write_pc (struct regcache *, CORE_ADDR);
This page took 0.023892 seconds and 4 git commands to generate.