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] More low-hanging fruit in Alpha target


Committed as obvious.

        * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
        (alpha_cannot_fetch_register): Ditto.
        (alpha_cannot_store_register): Ditto.
        (alpha_register_convertible): Ditto.
        (alpha_use_struct_convention): Ditto. 
        * config/alpha/tm-alpha.h: Update copyright years. 
        (IN_SIGTRAMP): Use alpha_osf_in_sigtramp. 
        (INNER_THAN): Use core_addr_lessthan. 
        (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
        (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register. 
        (REGISTER_CONVERTIBLE): Use alpha_register_convertible. 
        (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention. 
        (FRAME_CHAIN): Remove unnecessary cast.

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

Attachment: foo
Description: alpha-patch2


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