Rename get_longjmp_target to m68k_get_longjmp_target. Update all m68k

targets.
This commit is contained in:
Andrew Cagney
2000-11-08 11:55:34 +00:00
parent e4f7829551
commit f4281f55cf
9 changed files with 27 additions and 14 deletions

View File

@@ -386,3 +386,10 @@ extern void m68k_pop_frame (void);
#define SP_ARG0 (1 * 4)
#define TARGET_M68K
/* Figure out where the longjmp will land. Slurp the args out of the stack.
We expect the first arg to be a pointer to the jmp_buf structure from which
we extract the pc (JB_PC) that we will land at. The pc is copied into ADDR.
This routine returns true on success */
extern int m68k_get_longjmp_target (CORE_ADDR *);