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] Call dummy cleanup for VAX


Committed per the multi-arch rule.

        * vax-tdep.c: Include regcache.h.
        (vax_call_dummy_words): New.
        (sizeof_vax_call_dummy_words): New.
        (vax_fix_call_dummy): New function.
        (vax_saved_pc_after_call): Ditto.
        * config/vax/tm-vax.h: Don't include regcache.h.
        (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
        (CALL_DUMMY): Remove.
        (CALL_DUMMY_WORDS): Define.
        (SIZEOF_CALL_DUMMY_WORDS): Define.
        (FIX_CALL_DUMMY): Use vax_fix_call_dummy.

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