mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* config/mips/tm-mips.h (PC_IN_CALL_DUMMY): Removed, the default
definition in inferior.h is sufficient.
This commit is contained in:
@ -402,9 +402,6 @@ extern void mips_pop_frame PARAMS ((void));
|
||||
|
||||
#define CALL_DUMMY_ADDRESS() (entry_point_address ())
|
||||
|
||||
extern int mips_pc_in_call_dummy PARAMS ((CORE_ADDR pc));
|
||||
#define PC_IN_CALL_DUMMY(PC, SP, FP) mips_pc_in_call_dummy (PC)
|
||||
|
||||
/* There's a mess in stack frame creation. See comments in blockframe.c
|
||||
near reference to INIT_FRAME_PC_FIRST. */
|
||||
|
||||
|
Reference in New Issue
Block a user