Add support for v850E2 and v850E2V3
[deliverable/binutils-gdb.git] / gdb / ia64-tdep.h
index afa919672071f2f211dd33711eec19b722f3ee50..b7a8eaf2b17d073de631dbd23b7406ba336a8c6a 100644 (file)
@@ -1,6 +1,7 @@
 /* Target-dependent code for the ia64.
 
-   Copyright (C) 2004, 2005, 2007, 2008, 2009 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.023642 seconds and 4 git commands to generate.