From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17581 invoked by alias); 10 Feb 2003 18:14:55 -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 17412 invoked from network); 10 Feb 2003 18:14:44 -0000 Received: from unknown (HELO localhost.redhat.com) (212.112.189.80) by 172.16.49.205 with SMTP; 10 Feb 2003 18:14:44 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 602143CF1; Mon, 10 Feb 2003 18:54:51 +0100 (CET) Message-ID: <3E47E76B.2010003@redhat.com> Date: Mon, 10 Feb 2003 18:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard.Earnshaw@arm.com, Nick Clifton Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Add support for Cirrus EP9312 References: <200302101400.h1AE0FP06962@pc960.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00259.txt.bz2 > 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. 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