This is the mail archive of the binutils@sourceware.org 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: GAS bug when dividing constants


On Sun, Mar 29, 2009 at 06:07:10PM -0700, Bogdan wrote:
> 
> This works
> 
> MOV 2 + 2, %AX
> 
> while this fails
> 
> MOV 2 / 2, %AX
> 
> Probably an easy-to-fix preprocessor bug.

You didn't say which target, but I'd guess you have one that uses
'/' to start the beginning of a comment.

-- 
Alan Modra
Australia Development Lab, IBM


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