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] mcore multi-arch


Tne mcore is now pretty well fully multi-arched.

grace

2002-07-04  Grace Sainsbury  <graces@redhat.com>

	    * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
	    (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move
	    to
	    mcore-tdep.
	    (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION,
	    GET_SAVED_REGISTER)
	    (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION):
	    Remove.
	    * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
	    (RETVAL_REGNUM): Move macros from tm-mcore.h
	    (mcore_reg_struct_has_addr): New function.
	    (mcore_gdbarch_init): Added initializations for the macros
	    removed
	    from tm-mcore.h.

Attachment: mcore_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]