forked from Imagelibrary/binutils-gdb
* config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
declaration * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
This commit is contained in:
@@ -250,6 +250,7 @@ extern int sparc_intreg_size (void);
|
||||
/* Advance PC across any function entry prologue instructions
|
||||
to reach some "real" code. */
|
||||
|
||||
extern CORE_ADDR sparc_skip_prologue (CORE_ADDR, int);
|
||||
#define SKIP_PROLOGUE(PC) sparc_skip_prologue (PC, 0)
|
||||
|
||||
/* Immediately after a function call, return the saved pc.
|
||||
|
||||
Reference in New Issue
Block a user