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: Getting a 32bit symbol into a 16bit .word directive


On Fri, Jul 18, 2003 at 03:38:01PM +0100, MurF wrote:
> Problem is I can't get 
> as to put a 32-bit symbol into a .word directive without getting an error.
[snip]
> '.word (int0),0x0010)'

You need to link your executable at an address such that "int0" resolves
to a valid 16 bit address.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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