From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31947 invoked by alias); 10 Jan 2005 14:58:41 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 31579 invoked from network); 10 Jan 2005 14:58:26 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 10 Jan 2005 14:58:26 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0AEwQxw005111 for ; Mon, 10 Jan 2005 09:58:26 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0AEwOr32375; Mon, 10 Jan 2005 09:58:25 -0500 Received: from [172.31.0.98] (vpnuser8.surrey.redhat.com [172.16.9.8]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j0AEwL0a015488; Mon, 10 Jan 2005 14:58:22 GMT Message-ID: <41E299EB.9050100@redhat.com> Date: Mon, 10 Jan 2005 14:58:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041201) MIME-Version: 1.0 To: Greg Schafer CC: binutils@sources.redhat.com, Jakub Jelinek Subject: Re: [PATCH] Re: ld testsuite breaks with latest GCC-4.0 References: <20050102044451.GA24007@tigers-lfs.nsw.bigpond.net.au> <20050102051144.GA8032@nevyn.them.org> <20050102062400.GA18827@tigers-lfs.nsw.bigpond.net.au> <20050104104326.GR3168@sunsite.mff.cuni.cz> <20050104224730.GA20987@tigers-lfs.nsw.bigpond.net.au> <20050106122451.GA3339@tigers-lfs.nsw.bigpond.net.au> In-Reply-To: <20050106122451.GA3339@tigers-lfs.nsw.bigpond.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00091.txt.bz2 Hi Greg, > Here is a new patch that tested out fine for me with gcc-4 and gcc-3.4.3. > Nick approved the previous patch, so if this one is also approved, could > someone please apply it as I don't have commit priv's. Done. I used this, updated, ChangeLog entry: ld/ChangeLog 2005-01-10 Greg Schaffer * configure.host (linux targets): Use "${CC} -dumpspecs" instead of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0. (ia64-*-aix): Delete - this target is obsolete, and would be broken by this patch. Cheers Nick