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] Yet more Alpha cleanup


Some macros I missed before.

Committed as obvious.

        * alpha-tdep.c (alpha_register_byte): New function.
        (alpha_register_raw_size): Ditto.
        (alpha_register_virtual_size): Ditto. 
        (alpha_skip_prologue_internal): Renamed from
        alpha_skip_prologue.
        (alpha_skip_prologue): New version that calls 
        alpha_skip_prologue_internal. 
        (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
        * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
        second argument from alpha_skip_prologue.
        (REGISTER_BYTE): Use alpha_register_byte.
        (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
        (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size. 
        (FRAMELESS_FUNCTION_INVOCATION): Use
        generic_frameless_function_invocation_not. 
        (FRAME_NUM_ARGS): Use frame_num_args_unknown. 
        (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.

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

Attachment: foo
Description: alpha-patch5


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