From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14547 invoked by alias); 3 Jan 2003 00:25:22 -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 14535 invoked from network); 3 Jan 2003 00:25:20 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by 209.249.29.67 with SMTP; 3 Jan 2003 00:25:20 -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 h030KY132435; Thu, 2 Jan 2003 19:20:34 -0500 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 h030P8n04592; Thu, 2 Jan 2003 19:25:08 -0500 Received: from localhost.localdomain (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h030P8n01204; Thu, 2 Jan 2003 16:25:08 -0800 Received: (from rth@localhost) by localhost.localdomain (8.11.6/8.11.6) id h030P8k00682; Thu, 2 Jan 2003 16:25:08 -0800 X-Authentication-Warning: localhost.localdomain: rth set sender to rth@redhat.com using -f Date: Fri, 03 Jan 2003 00:25:00 -0000 From: Richard Henderson To: James Buchanan Cc: gcc@gcc.gnu.org Subject: Re: Generated unique labels Message-ID: <20030103002507.GB556@redhat.com> Mail-Followup-To: Richard Henderson , James Buchanan , gcc@gcc.gnu.org References: <5.1.0.14.0.20021230031449.009ec6a0@pop.iprimus.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.0.20021230031449.009ec6a0@pop.iprimus.com.au> User-Agent: Mutt/1.4i X-SW-Source: 2003-01/txt/msg00080.txt.bz2 On Mon, Dec 30, 2002 at 03:31:30AM +1100, James Buchanan wrote: > Has this been done yet? If not has anyone been assigned to it? No and no. Best option is to use assembler local labels. r~