* m68k-tdep.h (struct gdbarch_tdep): Add member
[deliverable/binutils-gdb.git] / gdb / m68k-tdep.h
index be28d8863912efd590ef76a066b8c1f29faae290..2952962a76a8636495715e79c547841fe5299fcc 100644 (file)
@@ -67,10 +67,18 @@ struct gdbarch_tdep
   /* The size of each entry in the jump buffer.  */
   size_t jb_elt_size;
 
+  /* Register in which the address to store a structure value is
+     passed to a function.  */
+  int struct_value_regnum;
+
   /* Convention for returning structures.  */
   enum struct_return struct_return;
 };
 
+/* Initialize a SVR4 architecture variant.  */
+extern void m68k_svr4_init_abi (struct gdbarch_info, struct gdbarch *);
+\f
+
 /* Functions exported from m68kbsd-tdep.c.  */
 
 extern int m68kbsd_fpreg_offset (int regnum);
This page took 0.023356 seconds and 4 git commands to generate.