OSDN Git Service

* vax-tdep.c (vax_frame_saved_pc): New function.
authorthorpej <thorpej>
Mon, 22 Apr 2002 20:38:39 +0000 (20:38 +0000)
committerthorpej <thorpej>
Mon, 22 Apr 2002 20:38:39 +0000 (20:38 +0000)
commit1f8ec7ccde71a1880a43d29a8a08e75e45d90ed3
treee0645c496f953cc647ee9e2c36073d51b6b45473
parenta763343158fdbf7a947c73ac61ff27fc0a7777f7
* 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