* m68k-tdep.c (m68k_skip_prologue, m68k_find_saved_regs):

Allow pea %fp; move.l %sp, %fp instead of link instruction to
	set up the new frame.
This commit is contained in:
Jim Kingdon 1993-12-27 18:44:07 +00:00
parent d6bbac399c
commit 30ae2c91cb

@ -1,5 +1,9 @@
Mon Dec 27 11:07:05 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* m68k-tdep.c (m68k_skip_prologue, m68k_find_saved_regs):
Allow pea %fp; move.l %sp, %fp instead of link instruction to
set up the new frame.
* main.c (init_main): Change "set remotedebug" back to var_zinteger
from var_boolean.