* config/mn10300/tm-mn10300.h (FP_REGNUM): Redefine to be a
authorMark Alexander <marka@cygnus>
Thu, 3 Sep 1998 22:59:13 +0000 (22:59 +0000)
committerMark Alexander <marka@cygnus>
Thu, 3 Sep 1998 22:59:13 +0000 (22:59 +0000)
commit11ac7952581a92d56abbdcad10ee146fb26e9feb
treeea61f6183c6d49e639e3bad8adb38fd995dd7b8c
parent3fe41381a6b8095f3afcc15127e9da09aa0d1f63
* config/mn10300/tm-mn10300.h (FP_REGNUM): Redefine to be a
pseudo-register, not the same as a3.
(D2_REGNUM, D3_REGNUM, A2_REGNUM, A3_REGNUM): Define.
* mn10300-tdep.c (fix_frame_pointer): New function.
(set_movm_offsets): Use register number macros instead of
hard-coded constants.
(mn10300_analyze_prologue): Fix to handle redefinition of FP_REGNUM.
(mn10300_frame_chain):  Fix to handle redefinition of FP_REGNUM;
use register number macros instead of hard-coded constants;
add missing parameter to call of mn10300_analyze_prologue.
(mn10300_frame_saved_pc): Use register number macros instead of
hard-coded constants.
gdb/ChangeLog
gdb/config/mn10300/tm-mn10300.h
gdb/mn10300-tdep.c
This page took 0.024888 seconds and 4 git commands to generate.