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]

Re: RFA: Add support for Cirrus EP9312


gdb/ChangeLog
2003-02-10  Nick Clifton  <nickc@redhat.com>

	* Contribute support for Cirrus Maverick ARM co-processor:

	2000-06-02  Andrew Cagney  <cagney@b1.cygnus.com>

		* remote-rdi.c (arm_rdi_fetch_registers): Add #ifdef
		COPRO_REGNUM.  Only return those registers when COPRO is
		defined.

This bit seems to be contrary to the multi-arch philosopy (Andrew, I'm surprised :-) I'd like to see this done in a way that made this code unconditionally present, but only activated when the CPU type was set appropriately.
Hey, that is almost three years ago!

Nick,

Per RichardE's comments, for this code to be accepted, it will need to be updated to use the multi-arch framework -> no #ifdef stuff.

Andrew



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