From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10878 invoked by alias); 28 Mar 2002 23:44:37 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 10844 invoked from network); 28 Mar 2002 23:44:34 -0000 Received: from unknown (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sources.redhat.com with SMTP; 28 Mar 2002 23:44:34 -0000 Received: from hiauly1.hia.nrc.ca (localhost [127.0.0.1]) by hiauly1.hia.nrc.ca (8.12.0.Beta16/8.12.0.Beta16) with ESMTP id g2SNiWFN025194; Thu, 28 Mar 2002 18:44:33 -0500 (EST) Received: (from dave@localhost) by hiauly1.hia.nrc.ca (8.12.0.Beta16/8.12.0.Beta16) id g2SNiWvn025193; Thu, 28 Mar 2002 18:44:32 -0500 (EST) Message-Id: <200203282344.g2SNiWvn025193@hiauly1.hia.nrc.ca> Subject: Re: Letext... To: dave@hiauly1.hia.nrc.ca (John David Anglin) Date: Thu, 28 Mar 2002 15:44:00 -0000 From: "John David Anglin" Cc: gcc-patches@gcc.gnu.org, rth@redhat.com, gcc-bugs@gcc.gnu.org, terra@diku.dk In-Reply-To: from "John David Anglin" at Mar 28, 2002 02:59:05 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg01920.txt.bz2 > The PA linux port suffers from this problem as well, and I presume that the The following has been applied to the trunk and 3.1 branch. It fixes the same problem encountered on the sparc. Tested with no regressions on hppa-unknown-linux-gnu. Dave -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605) 2002-03-28 John David Anglin * pa-linux.h (LOCAL_LABEL_PREFIX): Define. --- pa-linux.h.orig Wed Mar 13 12:02:16 2002 +++ pa-linux.h Thu Mar 28 11:12:52 2002 @@ -148,6 +148,10 @@ } \ while (0) +/* We want local labels to start with period if made with asm_fprintf. */ +#undef LOCAL_LABEL_PREFIX +#define LOCAL_LABEL_PREFIX "." + /* Define these to generate the Linux/ELF/SysV style of internal labels all the time - i.e. to be compatible with ASM_GENERATE_INTERNAL_LABEL in . Compare these with the