This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ia64: correct .radix


On Fri, 2005-05-20 at 08:26, Jan Beulich wrote:
> 	* config/tc-ia64.c (dot_radix): Rewrite.
> 	* gas/ia64/radix.s: New.
> 	* gas/ia64/radix.l: New.
> 	* gas/ia64/ia64.exp: Run new test.

OK.

A strict reading of the asm language guide says this is mostly right,
since the operand to the radix operand, by exclusion, must be in the
symbol name space, and hence the # operator can apply to it.  The manual
also says that the symbol name space is case sensitive, and only "C" is
specified as valid here.  However, in the MASM radix section they define
both upper and lower case versions of everything, so the lack of a
documented lower case "c" argument seems to be yet another documentation
bug.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]