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] Bring VAX up to GDB_MULTI_ARCH_PARTIAL


All the easy ones.  Committed.

        * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h), 
        and vax-tdep.h.
        * vax-tdep.h: New file.
        * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
        Make several routines static. 
        (vax_get_saved_register): New function. 
        (vax_gdbarch_init): New function.
        (_initialize_vax_tdep): Register vax_gdbarch_init. 
        * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
        Remove macros now under the control of gdbarch.

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