From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21884 invoked by alias); 18 Feb 2005 16:05:56 -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 21855 invoked from network); 18 Feb 2005 16:05:50 -0000 Received: from unknown (HELO oberon.lunarpages.com) (64.235.230.232) by sourceware.org with SMTP; 18 Feb 2005 16:05:50 -0000 Received: from [24.174.22.200] (helo=clm5000e) by oberon.lunarpages.com with esmtpa (Exim 4.44) id 1D2Ada-00074f-B6; Fri, 18 Feb 2005 08:05:50 -0800 Reply-To: From: "Catherine Moore" To: "'Nick Clifton'" Cc: Subject: RE: [PATCH] Additional TC_EQUAL_IN_INSN check Date: Fri, 18 Feb 2005 21:43:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <4215FF5D.8040208@redhat.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - oberon.lunarpages.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - cm00re.com X-Source: X-Source-Args: X-Source-Dir: X-SW-Source: 2005-02/txt/msg00442.txt.bz2 Message-ID: <20050218214300.3CD2attk2_TAZMEOYw5PITpQ-Uk5sPL2C_g0uBLFSds@z> : :> If you define this macro, it should return nonzero if the instruction is :> 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"? Thanks, Catherine