* vax-tdep.c (vax_frame_saved_pc): New function.
authorJason Thorpe <thorpej@netbsd.org>
Mon, 22 Apr 2002 20:38:41 +0000 (20:38 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Mon, 22 Apr 2002 20:38:41 +0000 (20:38 +0000)
commit5516aa921e57f45c4d2bd559209c67f4b81d8368
tree876aff53e9edbe7e851061cb54c59679e0976eac
parent36af0b355e0cb0d2072d5361771adf6ab3289eb9
* vax-tdep.c (vax_frame_saved_pc): New function.
(vax_frame_args_address_correct): Ditto.
(vax_frame_args_address): Ditto.
(vax_frame_locals_address): Ditto.
(vax_frame_num_args): Move code to be in proximity to
other frame-related functions.
* config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
(FRAME_SAVED_PC): Use vax_frame_saved_pc.
(FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
(FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
(FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
gdb/ChangeLog
gdb/config/vax/tm-vax.h
gdb/vax-tdep.c