2004-09-02 Andrew Cagney <cagney@gnu.org>

* config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
	* config/m68k/tm-os68k.h: Ditto.
	* config/m68k/tm-monitor.h: Ditto.
	* config/m68k/tm-cisco.h: Ditto.
	* config/m68k/st2000.mt (TM_FILE): Delete.
	* config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
	* config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
	* config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
	* m68k-tdep.c (m68k_get_longjmp_target): Make static.
This commit is contained in:
Andrew Cagney
2004-09-02 19:16:36 +00:00
parent f7f0fe039a
commit c34d127ce7
8 changed files with 11 additions and 45 deletions

View File

@@ -1047,7 +1047,7 @@ fill_fpregset (fpregset_t *fpregsetp, int regno)
we extract the pc (JB_PC) that we will land at. The pc is copied into PC.
This routine returns true on success. */
int
static int
m68k_get_longjmp_target (CORE_ADDR *pc)
{
char *buf;