Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().

This commit is contained in:
Andrew Cagney
2001-06-15 23:10:55 +00:00
parent dd80620e6b
commit 10312cc4d2
9 changed files with 148 additions and 29 deletions

View File

@@ -383,15 +383,6 @@ extern void mips_pop_frame (void);
#define CALL_DUMMY_ADDRESS() (mips_call_dummy_address ())
extern CORE_ADDR mips_call_dummy_address (void);
/* There's a mess in stack frame creation. See comments in blockframe.c
near reference to INIT_FRAME_PC_FIRST. */
#define INIT_FRAME_PC(fromleaf, prev) /* nada */
#define INIT_FRAME_PC_FIRST(fromleaf, prev) \
mips_init_frame_pc_first(fromleaf, prev)
extern void mips_init_frame_pc_first (int, struct frame_info *);
/* Special symbol found in blocks associated with routines. We can hang
mips_extra_func_info_t's off of this. */