From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9784 invoked by alias); 30 Nov 2004 17:29:55 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 9523 invoked from network); 30 Nov 2004 17:29:47 -0000 Received: from unknown (HELO relay2.mail.uk.clara.net) (80.168.70.142) by sourceware.org with SMTP; 30 Nov 2004 17:29:47 -0000 Received: from adsl-2-solo-173-172.claranet.co.uk ([80.168.173.172] helo=[172.31.0.98]) by relay2.mail.uk.clara.net with esmtp (Exim 4.34) id 1CZBox-000Fib-9t; Tue, 30 Nov 2004 17:29:47 +0000 Message-ID: <41ACAF3B.1020403@redhat.com> Date: Tue, 30 Nov 2004 17:29:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040803) MIME-Version: 1.0 To: Alan Modra CC: binutils@sources.redhat.com, cgen@sources.redhat.com Subject: Re: iq2000 warning fix References: <20041119121535.GB7749@bubble.modra.org> In-Reply-To: <20041119121535.GB7749@bubble.modra.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q4/txt/msg00016.txt.bz2 Hi Alan, > This is an obvious patch to fix a warning, and of course needs applying > to the /src/cpu/ dir as well. It seems like /src/cpu/ is now supposed > to be the master, but I see the /src/cgen/cpu/ "copy" differs quite a > bit.. What's the story? I suspect that what has happened is that patches have been checked in to /src/cpu without being checked in to /src/cgen/cpu. I think that what we need is a way to mark files in /src/cgen/cpu as obsolete and/or replace them with links to the master copies in /src/cpu. Cheers Nick