This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
RE: [PATCH] Additional TC_EQUAL_IN_INSN check
- From: "Catherine Moore" <clm at cm00re dot com>
- To: "'Nick Clifton'" <nickc at redhat dot com>
- Cc: <binutils at sourceware dot org>
- Date: Fri, 18 Feb 2005 10:02:38 -0600
- Subject: RE: [PATCH] Additional TC_EQUAL_IN_INSN check
- Reply-to: <clm at cm00re dot com>
:
:> 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