2003-09-13 Andrew Cagney <cagney@redhat.com>
* values.c (using_struct_return): Delete "function" and "funcaddr" parameters. * value.h (using_struct_return): Update declaration. * infcmd.c (finish_command_continuation): Update. (finish_command): Update. * infcall.c (call_function_by_hand): Update. * eval.c (evaluate_subexp_standard): Update.
This commit is contained in:
parent
88d89dbb0e
commit
48436ce6b9
6 changed files with 20 additions and 20 deletions
|
@ -426,8 +426,7 @@ extern struct value *value_in (struct value *element, struct value *set);
|
|||
|
||||
extern int value_bit_index (struct type *type, char *addr, int index);
|
||||
|
||||
extern int using_struct_return (struct value *function, CORE_ADDR funcaddr,
|
||||
struct type *value_type, int gcc_p);
|
||||
extern int using_struct_return (struct type *value_type, int gcc_p);
|
||||
|
||||
extern void set_return_value (struct value *val);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue