From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23688 invoked by alias); 5 Nov 2008 16:05:10 -0000 Received: (qmail 23643 invoked by uid 22791); 5 Nov 2008 16:05:09 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Nov 2008 16:04:28 +0000 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id mA5G4PZQ005763; Wed, 5 Nov 2008 08:04:25 -0800 Received: from smtp.corp.google.com (spacemonkey2.corp.google.com [192.168.120.114]) by wpaz9.hot.corp.google.com with ESMTP id mA5G4Mi1010009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 5 Nov 2008 08:04:23 -0800 Received: from localhost.localdomain.google.com (69-36-227-135.cust.layer42.net [69.36.227.135] (may be forged)) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id mA5G4FF5006759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 5 Nov 2008 08:04:20 -0800 To: Rainer Orth Cc: gcc-patches@gcc.gnu.org Subject: Re: 4.3/4.4 PATCH: Fix Solaris/x86 bootstrap with Sun ld (PR bootstrap/33100) References: <18671.26770.804364.445962@manam.TechFak.Uni-Bielefeld.DE> From: Ian Lance Taylor Date: Wed, 05 Nov 2008 16:05:00 -0000 In-Reply-To: <18671.26770.804364.445962@manam.TechFak.Uni-Bielefeld.DE> (Rainer Orth's message of "Fri\, 10 Oct 2008 16\:37\:06 +0200 \(MEST\)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2008-11/txt/msg00170.txt.bz2 Rainer Orth writes: > Fri Oct 10 16:27:14 2008 Rainer Orth > > PR bootstrap/33100 > * config.gcc (i[34567]86-*-solaris2*): Include i386/t-crtstuff > only with GNU ld. I may well misunderstand, but this seems like a somewhat hacky workaround which avoids a bug in the linker by introducing a bug in the unwind information. However, I don't have a better suggestion, and it sounds like this will be fixed in later versions of Solaris. I'll approve this patch for mainline and 4.3 branch. Thanks. Ian