From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15277 invoked by alias); 6 Aug 2007 13:39:30 -0000 Received: (qmail 15115 invoked by uid 22791); 6 Aug 2007 13:39:29 -0000 X-Spam-Check-By: sourceware.org Received: from nz-out-0506.google.com (HELO nz-out-0506.google.com) (64.233.162.224) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 06 Aug 2007 13:39:27 +0000 Received: by nz-out-0506.google.com with SMTP id s1so478862nze for ; Mon, 06 Aug 2007 06:39:25 -0700 (PDT) Received: by 10.143.2.19 with SMTP id e19mr250071wfi.1186407564256; Mon, 06 Aug 2007 06:39:24 -0700 (PDT) Received: by 10.142.99.11 with HTTP; Mon, 6 Aug 2007 06:39:24 -0700 (PDT) Message-ID: Date: Mon, 06 Aug 2007 13:39:00 -0000 From: "Andrew Pinski" To: gcc-patches@gcc.gnu.org Subject: Re: Fix i686-linux --enable-targets=all In-Reply-To: <20070806133655.GA30770@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070806133655.GA30770@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00321.txt.bz2 On 8/6/07, Daniel Jacobowitz wrote: > Right now all tests fail if you build an i686-linux compiler with > --enable-targets=all and test the -m64 multilib, while using bleeding > edge binutils. This was already fixed for x86_64, but different > arrangement of t-* fragments means that the fix didn't cover > i686-linux. > > Is this OK? I have not been able to get my build server to bootstrap > an --enable-targets=all compiler due to the different way Debian / > Ubuntu handle multiple architecture support, but I did build 64-bit > libgcc and verify that crtend.o no longer has a zero terminator > followed by some unwind information. I think this is PR 32840. Thanks, Andrew Pinski