From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1512 invoked by alias); 26 Jul 2002 01:53:42 -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 1505 invoked from network); 26 Jul 2002 01:53:41 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 26 Jul 2002 01:53:41 -0000 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6Q1rsQ02915; Thu, 25 Jul 2002 18:53:54 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g6Q1rdV27296; Thu, 25 Jul 2002 18:53:39 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Thu, 25 Jul 2002 19:56:00 -0000 From: Richard Henderson To: Zack Weinberg Cc: gcc-patches@gcc.gnu.org, Andrew Pinski Subject: Re: RFC/RFA: Improve definition of ASM_OUTPUT_MEASURED_SIZE Message-ID: <20020725185339.C27268@redhat.com> Mail-Followup-To: Richard Henderson , Zack Weinberg , gcc-patches@gcc.gnu.org, Andrew Pinski References: <20020726002049.GD760@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020726002049.GD760@codesourcery.com>; from zack@codesourcery.com on Thu, Jul 25, 2002 at 05:20:49PM -0700 X-SW-Source: 2002-07/txt/msg01543.txt.bz2 On Thu, Jul 25, 2002 at 05:20:49PM -0700, Zack Weinberg wrote: > It seems to me that any assembler with a > .size directive ought to be modern enough to accept the expression > ".-foo". I don't think this is actually true. Better try this on Solaris, Irix, and SCO. I'd be willing to go the other way and always use the intermediate symbol though. r~