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] more m68k multi-arch stuff


I converted some more of the macros for multi-arch. I'll commit this
if no-one has any objections.

grace

ChangeLog:

2002-06-21  Grace Sainsbury  <graces@redhat.com>

	    * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
	    (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
	    (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES)
	    (TARGET_LONG_DOUBLE_FORMAT, FUNCTION_START_OFFSET)
	    (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN)
	    (STACK_ALIGN, REGISTER_SIZE): Remove macros.

	    * m68k-tdep.c: Include arch-utils.h
	    (m68k_register_raw_size): Add.
	    (m68k_register_virtual_size): Add.
	    (m68k_register_virtual_type): Add.
	    (m68k_register_name): Add.
	    (m68k_stack_align): Add.
	    (m68k_register_byte): Add.
	    (m68k_gdbarch_init): Add set_gdbarch calls for macros
	    removed in tm-m68k.h.

Attachment: m68k_3.patch
Description: Text document


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