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


> Hi Guys,
> 
>   May I have permission to apply the following patch ?
> 
>   It adds support for Cirrus's EP9312 chip, an ARM variant with their
>   own floating point co-processor called the Maverick.
> 
> Cheers
>         Nick
> 
> 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.

Long term, I'd like to be able to have a set of config files that would 
allow descriptions of various processors (ideally these could be added to 
by the user to describe their own target if it isn't one of the standard 
ones), but I'm not suggesting that right now.

R.


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