From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30434 invoked by alias); 26 Jul 2002 18:08:00 -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 30423 invoked from network); 26 Jul 2002 18:07:59 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 26 Jul 2002 18:07:59 -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 g6QI88Q05612; Fri, 26 Jul 2002 11:08:08 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g6QI7tL27659; Fri, 26 Jul 2002 11:07:55 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Fri, 26 Jul 2002 11:21:00 -0000 From: Richard Henderson To: Richard Sandiford Cc: Zack Weinberg , gcc-patches@gcc.gnu.org, Andrew Pinski Subject: Re: RFC/RFA: Improve definition of ASM_OUTPUT_MEASURED_SIZE Message-ID: <20020726110754.B27642@redhat.com> Mail-Followup-To: Richard Henderson , Richard Sandiford , Zack Weinberg , gcc-patches@gcc.gnu.org, Andrew Pinski References: <20020726002049.GD760@codesourcery.com> <20020725185339.C27268@redhat.com> <20020726053048.GA16614@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: ; from rsandifo@redhat.com on Fri, Jul 26, 2002 at 11:46:37AM +0100 X-SW-Source: 2002-07/txt/msg01572.txt.bz2 On Fri, Jul 26, 2002 at 11:46:37AM +0100, Richard Sandiford wrote: > The irix headers define their own ASM_DECLARE_FUNCTION_SIZE, > probably because it doesn't seem to like the old form either: Ah, right. The function size gets set via the ".end" directive. > as: Error: /foo.s, line 7: Symbol must have absolute value: s Since neither form works on Irix, I guess defaulting to .-foo is fine, since Irix won't be using the macro at all. r~