OSDN Git Service

* ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
authorthorpej <thorpej>
Sun, 26 May 2002 20:31:04 +0000 (20:31 +0000)
committerthorpej <thorpej>
Sun, 26 May 2002 20:31:04 +0000 (20:31 +0000)
commit7a2014d9b119e9e58f2c7cc6bd05d05e88ba1096
treed0e992c8989eabe4b83b4630c64a8b25a8ca1a09
parent04aa3798eac9b1b64f77b80cf64f4c19b49ca95e
* ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
ns32k_frame_saved_pc, ns32k_frame_args_address,
ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
* config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
* config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
(BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
(BREAKPOINT): Remove..
(FRAME_CHAIN): Define as ns32k_frame_chain.
(FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
(FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
(FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
(FRAME_FIND_SAVED_REGS): Remove.
(FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
(PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
(POP_FRAME): Define as ns32k_pop_frame.
gdb/ChangeLog
gdb/config/ns32k/tm-nbsd.h
gdb/config/ns32k/tm-umax.h
gdb/ns32k-tdep.c