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: assembler parse 64-bit immediate


On Tue, Jan 11, 2011 at 12:41:24PM +0100, rain z wrote:
> Thanks a lot, I didn't define the macro BFD64, so it can't support a
> 64-bit immediate, now it's fixed.

You shouldn't need BFD64 unless you have a 64-bit target.  A 32-bit
BFD will handle 64-bit expressions as O_big.  A hack forcing a 64-bit
BFD will not be accepted into the official sources.

-- 
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]