From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30077 invoked by alias); 10 Feb 2003 14:01:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30070 invoked from network); 10 Feb 2003 14:01:02 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by 172.16.49.205 with SMTP; 10 Feb 2003 14:01:02 -0000 Received: by fw-cam.cambridge.arm.com; id OAA10215; Mon, 10 Feb 2003 14:01:01 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma009426; Mon, 10 Feb 03 14:00:16 GMT Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [10.1.205.4]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id OAA02961; Mon, 10 Feb 2003 14:00:15 GMT Received: from pc960.cambridge.arm.com (rearnsha@localhost) by pc960.cambridge.arm.com (8.11.6/8.9.3) with ESMTP id h1AE0FP06962; Mon, 10 Feb 2003 14:00:15 GMT Message-Id: <200302101400.h1AE0FP06962@pc960.cambridge.arm.com> X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha owned process doing -bs To: Nick Clifton cc: gdb-patches@sources.redhat.com, Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. Subject: Re: RFA: Add support for Cirrus EP9312 In-reply-to: Your message of "10 Feb 2003 12:13:06 GMT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Feb 2003 14:01:00 -0000 From: Richard Earnshaw X-SW-Source: 2003-02/txt/msg00257.txt.bz2 > 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 > > * Contribute support for Cirrus Maverick ARM co-processor: > > 2000-06-02 Andrew Cagney > > * 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.