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 REGISTER_* macros for VAX target


Committed as obvious.

        * vax-tdep.c: Update copyright years.
        (vax_register_name): New function.
        (vax_register_byte): Ditto.
        (vax_register_raw_size): Ditto.
        (vax_register_virtual_size): Ditto.
        (vax_register_virtual_type): Ditto.
        * config/vax/tm-vax.h: Update copyright years.
        (REGISTER_NAMES): Remove.
        (REGISTER_NAME): Define.
        (REGISTER_BYTE): Use vax_register_byte.
        (REGISTER_RAW_SIZE): Use vax_register_raw_size.
        (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
        (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.

-- 
        -- 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]