From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7641 invoked by alias); 11 Oct 2002 21:15:13 -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 7600 invoked from network); 11 Oct 2002 21:15:10 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 11 Oct 2002 21:15:10 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g9BLEYs19859; Fri, 11 Oct 2002 17:14:34 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9BLF5l21669; Fri, 11 Oct 2002 17:15:05 -0400 Received: from fillmore.constant.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with SMTP id g9BLF4v31340; Fri, 11 Oct 2002 14:15:04 -0700 Date: Fri, 11 Oct 2002 18:51:00 -0000 From: Benjamin Kosnik To: David Edelsohn Cc: gcc@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: libstdc++ related bootstrap failures Message-Id: <20021011161510.28b462d7.bkoz@redhat.com> In-Reply-To: <200210111655.MAA24060@makai.watson.ibm.com> References: <200210111655.MAA24060@makai.watson.ibm.com> Organization: Red Hat / Chicago Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00633.txt.bz2 > globals.cc now contains ELF Glibc-specific asm statements such as: > > asm (".symver _ZN9__gnu_cxx8c_localeE,_ZSt8c_locale@@GLIBCPP_3.2"); > > which are enabled for all targets, not just GNU/Linux. The syntax is > of course illegal on many targets. I've removed them for targets that don't support symbol versioning. Update and try again, please. -benjamin