From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16756 invoked by alias); 24 Oct 2002 07:43:33 -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 16749 invoked from network); 24 Oct 2002 07:43:32 -0000 Received: from unknown (HELO localhost.localdomain) (66.60.148.227) by sources.redhat.com with SMTP; 24 Oct 2002 07:43:32 -0000 Received: from warlock.codesourcery.com (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id g9O7fAg02509; Thu, 24 Oct 2002 00:41:11 -0700 Date: Thu, 24 Oct 2002 09:21:00 -0000 From: Mark Mitchell To: Robert Lipe , "gcc@gcc.gnu.org" Subject: Re: 3.2 branch/openserver g++ test results looking bad Message-ID: <24980000.1035445270@warlock.codesourcery.com> In-Reply-To: <20021023175229.GJ5058@rjlhome.caldera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-SW-Source: 2002-10/txt/msg01479.txt.bz2 > 3.0.4 didn't do this. You can argue that the assembler is being lame > and I won't argue, but it'd be helpful to folks that use AT&T derived > assemblers if we wouldn't torment them. > > Can anyone offer a hand on this? First, we need to get a high-priority PR open for this, if you want me to notice. :-) Perhaps you're getting burned by: #undef ASM_OUTPUT_EXTERNAL_LIBCALL #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \ if (TARGET_ELF) (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)) (I'm just grepping around for globalization things that are in sco5.h but not elsewhere...) Set a breakpoint on default_globalize_label and see where the two calls are coming from. -- Mark Mitchell mark@codesourcery.com CodeSourcery, LLC http://www.codesourcery.com