mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 02:35:00 +08:00
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:
@ -855,11 +855,11 @@ evaluate_subexp_standard (struct type *expect_type,
|
||||
value_type = expect_type;
|
||||
}
|
||||
|
||||
struct_return = using_struct_return (method, funaddr, value_type, using_gcc);
|
||||
struct_return = using_struct_return (value_type, using_gcc);
|
||||
}
|
||||
else if (expect_type != NULL)
|
||||
{
|
||||
struct_return = using_struct_return (NULL, addr, check_typedef (expect_type), using_gcc);
|
||||
struct_return = using_struct_return (check_typedef (expect_type), using_gcc);
|
||||
}
|
||||
|
||||
/* Found a function symbol. Now we will substitute its
|
||||
|
Reference in New Issue
Block a user