[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug gas/37] New: [intel_syntax] can't reference global symbols havi
From: |
Diego Novillo |
Subject: |
Re: [Bug gas/37] New: [intel_syntax] can't reference global symbols having certain names |
Date: |
Mon, 08 Mar 2004 21:13:42 -0500 |
On Mon, 2004-03-08 at 06:18, Nick Clifton wrote:
> 2004-03-08 Nick Clifton <address@hidden>
>
> * config/tc-i386.c (intel_get_token): If the token also
> matches a defined symbol, prefer the defined symbol.
>
Hmm, I can't seem to find the MASM documentation that I used to
implement the parser. My recollection is that reserved words could not
be used as symbols, but it's been a while.
For the time being, I would suggest testing the input code on MS
assembler (sorry, I don't have one). If it compiles, then let's go with
the patch. If it doesn't, we could issue a more descriptive error
message instead.
Diego.