]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/arch-utils.c
* arch-utils.c (always_use_struct_convention): New function.
[thirdparty/binutils-gdb.git] / gdb / arch-utils.c
index d252bdb98f387c6c2531d44f2b8f7c4721ebffbe..9fa9ceade9d92d6680f1dfcd208e7891b60fadb5 100644 (file)
@@ -72,6 +72,13 @@ legacy_store_return_value (struct type *type, struct regcache *regcache,
 }
 
 
+int
+always_use_struct_convention (int gcc_p, struct type *value_type)
+{
+  return 1;
+}
+
+
 int
 legacy_register_sim_regno (int regnum)
 {