From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28897 invoked by alias); 6 Jan 2004 09:24:55 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 28870 invoked from network); 6 Jan 2004 09:24:54 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 6 Jan 2004 09:24:54 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.24) id 1AdnSD-0003Ul-2u for gcc@gnu.org; Tue, 06 Jan 2004 04:24:49 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AdoOz-00084R-DU for gcc@gnu.org; Tue, 06 Jan 2004 05:26:04 -0500 Received: from [213.191.74.84] (helo=mx2.ngi.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AdoOy-00083k-QB for gcc@gnu.org; Tue, 06 Jan 2004 05:25:32 -0500 Received: (qmail 11264 invoked from network); 6 Jan 2004 09:19:33 -0000 Received: from unknown (HELO rz.zidlicky.org) ([217.185.112.246]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 6 Jan 2004 09:19:33 -0000 Received: by rz.zidlicky.org (Postfix, from userid 511) id D0E5D6FA0E; Tue, 6 Jan 2004 09:51:37 +0100 (CET) Date: Tue, 06 Jan 2004 09:24:00 -0000 From: Richard Zidlicky To: Bernardo Innocenti Cc: gcc@gnu.org Subject: Re: m68k bootstrapping broken Message-ID: <20040106085137.GA1610@linux-m68k.org> References: <20040104215932.GC1714@linux-m68k.org> <3FF8E2B3.1090106@develer.com> <20040105122028.GA14266@linux-m68k.org> <3FFA0A3E.6000507@develer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <3FFA0A3E.6000507@develer.com> User-Agent: Mutt/1.4i X-Spam-Status: No, hits=-5.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-SW-Source: 2004-01/txt/msg00341.txt.bz2 On Tue, Jan 06, 2004 at 02:07:10AM +0100, Bernardo Innocenti wrote: > > I couldn't ever build GCC *on* uClinux: my only ColdFire board has > just 4MB of ram and 2MB of flash ;-) might still be enough to try a crosscompiled cc1 natively? > >I have the "--with-cpu" and global register variables patches, > >both very low on the list of suspects. > > Hmmm... I'd suspect anything that changes m68k.md or the target > hooks in m68k.h. Perhaps linux.h overrides something that > interacts with register allocation? Linux has different register usage for function call returns but only scratch registers are involved. Other than that there is nothing close to suspicious. Richard