mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* config/mips/tm-mips.h (STORE_STRUCT_RETURN): Define as noop as
This commit is contained in:
@ -212,10 +212,9 @@ extern CORE_ADDR mips_skip_prologue PARAMS ((CORE_ADDR addr, int lenient));
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Store the address of the place in which to copy the structure the
|
/* Store the address of the place in which to copy the structure the
|
||||||
subroutine will return. This is called from call_function. */
|
subroutine will return. Handled by mips_push_arguments. */
|
||||||
|
|
||||||
#define STORE_STRUCT_RETURN(addr, sp) \
|
#define STORE_STRUCT_RETURN(addr, sp) /**/
|
||||||
{ sp = push_word(sp, addr);}
|
|
||||||
|
|
||||||
/* Extract from an array REGBUF containing the (raw) register state
|
/* Extract from an array REGBUF containing the (raw) register state
|
||||||
a function return value of type TYPE, and copy that, in virtual format,
|
a function return value of type TYPE, and copy that, in virtual format,
|
||||||
|
Reference in New Issue
Block a user