* target.h (struct target_ops): New member to_thread_architecture.
[deliverable/binutils-gdb.git] / gdb / ia64-tdep.h
index afa919672071f2f211dd33711eec19b722f3ee50..b098a5efef66fb3b8a48be8b760c3e0d84f296de 100644 (file)
@@ -198,6 +198,9 @@ struct gdbarch_tdep
 {
   CORE_ADDR (*sigcontext_register_address) (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.028562 seconds and 4 git commands to generate.