This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Clean up FRAME_* macros for VAX target


Committed per the multi-arch rule.

        * 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. 

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>

Attachment: vax-patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]