From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28063 invoked by alias); 18 Feb 2005 16:08:05 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 28047 invoked from network); 18 Feb 2005 16:08:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 Feb 2005 16:08:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1IG82NN029577; Fri, 18 Feb 2005 11:08:02 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1IG81O17783; Fri, 18 Feb 2005 11:08:01 -0500 Received: from [172.31.0.98] (vpnuser4.surrey.redhat.com [172.16.9.4]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j1IG80MR021649; Fri, 18 Feb 2005 16:08:00 GMT Message-ID: <42161562.3000500@redhat.com> Date: Fri, 18 Feb 2005 22:14:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: clm@cm00re.com CC: binutils@sourceware.org Subject: Re: [PATCH] Additional TC_EQUAL_IN_INSN check References: <200502181605.j1IG5t7e028779@mx1.redhat.com> In-Reply-To: <200502181605.j1IG5t7e028779@mx1.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00443.txt.bz2 Hi Catherine, > :> permitted to contain an @kbd{=} character. GAS will call it with two > :> arguments, the character before the @kbd{=} character, and the value of > :> ! @code{s} at that point. GAS uses this macro to decide if a > :> @kbd{=} is an assignment or an instruction. > : > :How about "and the string that follows after the equals sign" ? > It is the string before the equals sign that needs to be examined. > How about "and the string that precedes the equals sign"? Sorry - I was confused. Please go with you suggestion for the amended sentence. Cheers Nick