Allow struct 'return' on 32-bit sparc.
[deliverable/binutils-gdb.git] / gdb / value.h
index b9013fdf1e87079174053858684b3729788b4ccf..c10c3ecf163ab8f36b5f1a72c5e26b4fae3767d7 100644 (file)
@@ -696,6 +696,10 @@ extern int value_in (struct value *element, struct value *set);
 extern int value_bit_index (struct type *type, const gdb_byte *addr,
                            int index);
 
+extern enum return_value_convention
+struct_return_convention (struct gdbarch *gdbarch, struct value *function,
+                         struct type *value_type);
+
 extern int using_struct_return (struct gdbarch *gdbarch,
                                struct value *function,
                                struct type *value_type);
This page took 0.023544 seconds and 4 git commands to generate.