Allow struct 'return' on 32-bit sparc.
[deliverable/binutils-gdb.git] / gdb / value.h
index 97ceeab5c7d4c43a1ad6698d7afa277881c02a08..c10c3ecf163ab8f36b5f1a72c5e26b4fae3767d7 100644 (file)
@@ -90,8 +90,6 @@ extern void set_value_offset (struct value *, int offset);
    not_lval and be done with it?  */
 
 extern int deprecated_value_modifiable (struct value *value);
-extern void deprecated_set_value_modifiable (struct value *value,
-                                            int modifiable);
 
 /* If a value represents a C++ object, then the `type' field gives the
    object's compile-time type.  If the object actually belongs to some
@@ -698,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.0234799999999999 seconds and 4 git commands to generate.