From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30479 invoked by alias); 16 Jun 2005 13:38:01 -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 30322 invoked by uid 22791); 16 Jun 2005 13:37:30 -0000 Received: from sunsite.ms.mff.cuni.cz (HELO sunsite.mff.cuni.cz) (195.113.15.26) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 16 Jun 2005 13:37:30 +0000 Received: from sunsite.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.mff.cuni.cz (8.13.1/8.13.1) with ESMTP id j5GDbOms012370; Thu, 16 Jun 2005 15:37:24 +0200 Received: (from jakub@localhost) by sunsite.mff.cuni.cz (8.13.1/8.13.1/Submit) id j5GDbNdZ012369; Thu, 16 Jun 2005 15:37:23 +0200 Date: Thu, 16 Jun 2005 13:38:00 -0000 From: Jakub Jelinek To: Eric Botcazou Cc: Benjamin Kosnik , gcc@gcc.gnu.org, Mark Mitchell Subject: Re: GCC 4.0.1 Status (2005-06-13) Message-ID: <20050616133722.GQ7663@sunsite.mff.cuni.cz> Reply-To: Jakub Jelinek References: <42ADB67D.9040608@codesourcery.com> <20050615191511.457aefa2.bkoz@redhat.com> <200506161056.53038.ebotcazou@libertysurf.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506161056.53038.ebotcazou@libertysurf.fr> User-Agent: Mutt/1.4.1i X-SW-Source: 2005-06/txt/msg00633.txt.bz2 On Thu, Jun 16, 2005 at 10:56:52AM +0200, Eric Botcazou wrote: > > I would be especially grateful for people testing this on primary hosts > > that are not linux. In particular, AIX and Solaris. > > OK on Solaris 2.5.1 and 2.6, but not OK on Solaris 7, 8, 9 and 10: Can you please post output from readelf -Ws libstdc++.so.6 \ | sed -n '/\.symtab/,$d;/ UND /d;/\(GLOBAL\|WEAK\)/p' \ | awk '{ if ($4 == "OBJECT") { printf "%s %s %s %s %s\n", $8, $4, $5, $6, $3 } else { printf "%s %s %s %s\n", $8, $4, $5, $6 }}' \ | LC_ALL=C sort -u before and after the patch? Thanks. Jakub