* v850-tdep.c (scan_prologue): Changes to deal with scheduled
authorStu Grossman <grossman@cygnus>
Tue, 22 Oct 1996 23:34:11 +0000 (23:34 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 22 Oct 1996 23:34:11 +0000 (23:34 +0000)
commita638512f4434d6cd468a1e15bd476a83870ccdac
tree56575aa3b29c080db8557934c9433429ec7379e5
parent40c0ea5ad622066ed847fce2eb2ffc6db5903038
* v850-tdep.c (scan_prologue):  Changes to deal with scheduled
prologues correctly.  First, prologue end is now defined by
presence of a branch, jump or call insn.  Second, can no longer
fix frame offsets because we may not know the offset until after a
register has been saved.
* (v850_init_extra_frame_info):  Fixup frame offsets here because
we have all the info at this time.
* (v850_frame_chain):  Use new calling convention for scan_prologue.
gdb/ChangeLog
gdb/v850-tdep.c