* config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
authorGrace Sainsbury <graces@redhat.com>
Wed, 3 Jul 2002 17:17:06 +0000 (17:17 +0000)
committerGrace Sainsbury <graces@redhat.com>
Wed, 3 Jul 2002 17:17:06 +0000 (17:17 +0000)
commit4cfe20842d3acb054c3ade521a1bf66b05b82cb9
tree621c5cd04419db66f70d1ac75ee31842e8bc8546
parenta5d3c3090178e5b79cf15fb79ff7917337376a25
* config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
(REGISTER_SIZE): Remove.
(MAX_REGISTER_RAW_SIZE): Remove.
(REGISTER_VIRTUAL_TYPE): Remove.
(MAX_REGISTER_VIRTUAL_SIZE): Remove.
(REGISTER_NAME): Remove.
(USE_GENERIC_DUMMY_FRAMES): Remove.
(CALL_DUMMY): Remove.
(CALL_DUMMY_START_OFFSET): Remove.
(CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
(CALL_DUMMY_LOCATION): Remove.
(FIX_CALL_DUMMY): Remove.
(CALL_DUMMY_ADDRESS): Remove.
(SIZEOF_CALL_DUMMY_WORDS): Remove.
(SAVE_DUMMY_FRAME_TOS): Remove.
* mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
(mcore_register_virtual_type): New function.
(mcore_register_byte): New function.
(mcore_register_size): New function.
(mcore_register_name): New function.
(mcore_gdbarch_init): New function. Add set_gdbarch calls for
macros removed from tm-mcore.h.
(mcore_dump_tdep): Add.
(_initialize_mcore_tdep): Add gdbarch_register call.
gdb/ChangeLog
gdb/config/mcore/tm-mcore.h
gdb/mcore-tdep.c
This page took 0.02768 seconds and 4 git commands to generate.