From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30748 invoked by alias); 25 Oct 2006 07:39:47 -0000 Received: (qmail 30725 invoked by uid 22791); 25 Oct 2006 07:39:46 -0000 X-Spam-Check-By: sourceware.org Received: from server.usilu.net (HELO mail.usilu.net) (195.176.178.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Oct 2006 07:39:44 +0000 Received: from [192.168.0.104] ([211.205.71.102] RDNS failed) by mail.usilu.net over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Wed, 25 Oct 2006 09:39:40 +0200 Message-ID: <453F14BB.4070102@lu.unisi.ch> Date: Wed, 25 Oct 2006 07:39:00 -0000 From: Paolo Bonzini User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: binutils@sourceware.org, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, amodra@bigpond.net.au Subject: Re: New port to Cell SPU References: <20061025064645.GI26170@bubble.grove.modra.org> <20061025071903.GJ26170@bubble.grove.modra.org> In-Reply-To: <20061025071903.GJ26170@bubble.grove.modra.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00275.txt.bz2 Alan Modra wrote: > On Wed, Oct 25, 2006 at 04:16:45PM +0930, Alan Modra wrote: >> This implements binutils support for the Sony/Toshiba/IBM Synergistic >> Processor Unit. One feature of this port is a built-in linker overlay > [snip] > > This fixes a make -j problem with this port. The newly built > assembler is used to assemble the overlay manager code, so we need > to ensure that the assembler is in fact built before attempting to > use it. OK to apply to gcc and src repositories? I'd use a target template such as mt-wince, including all-ld: $(MAINT) all-gas Nitpicking yours, Paolo