* m68k-tdep.c (P_LINKL_FP, P_LINKW_FP): Macros renamed from P_LINK_L
authorPhilippe De Muyter <phdm@macqel.be>
Fri, 24 Mar 2000 11:12:11 +0000 (11:12 +0000)
committerPhilippe De Muyter <phdm@macqel.be>
Fri, 24 Mar 2000 11:12:11 +0000 (11:12 +0000)
commit89c3b6d36d48e22b272c335ef9b13bc5ec04c67c
tree5f69f464cdf1f3b31e969b34e1be82dd70a3dd82
parentb9deaee7a0c35ded5c899c686db412c6587be1de
* m68k-tdep.c (P_LINKL_FP, P_LINKW_FP): Macros renamed from P_LINK_L
and P_LINK_W.
(P_PEA_FP, P_MOVL_SP_FP): New macros.
(P_MOVL, P_LEAL, P_MOVML): Macros renamed from P_MOV_L, P_LEA_L and
P_MOVM_L.
(altos_skip_prologue, isi_skip_prologue): Use P_* macros, not octal
  constants.
(delta68_in_sigtramp): New function.
(delta68_frame_args_address, delta68_frame_saved_pc): Ditto.
(m68k_skip_prologue): Use P_* macros, not hex constants.
(m68k_find_saved_regs): Do not expect a fixed sequence of register save
instructions, but accept them in any order; use P_* macros, not octal
or hex constants; recognize also `fmovemx to (fp + displacement)' and
  `moveml to (fp + displacement)'.
* m68/tm-delta68.h (IN_SIGTRAMP): New macro.
(FRAME_SAVED_PC, FRAME_ARGS_ADDRESS): Ditto.
gdb/ChangeLog
gdb/config/m68k/tm-delta68.h
gdb/m68k-tdep.c
This page took 0.024461 seconds and 4 git commands to generate.