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] Eliminate CALL_DUMMY from Alpha target


The following patch eliminates the old CALL_DUMMY initializer in
favor of CALL_DUMMY_WORDS and SIZEOF_CALL_DUMMY_WORDS.

Committed as obvious.

I think I can finally start attacking the arch vector for Alpha.

        * alpha-tdep.c (alpha_call_dummy_words): New. 
        * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
        (CALL_DUMMY_P): Define.
        (CALL_DUMMY_WORDS): Define.
        (SIZEOF_CALL_DUMMY_WORDS): Define.

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

Attachment: foo
Description: alpha-patch4


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