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: IA64 assembler can't handle constant org offsets


On Tue, Jan 27, 2004 at 12:42:27AM +0100, Andreas Schwab wrote:
> "H. J. Lu" <hjl@lucon.org> writes:
> 
> > The ia64 assembler can't handle it right for unwind record. You can
> > use
> > 	.skip 16
> >
> > instead.
> 
> In which way is .=.+16 different?
> 

.=.+16 leads to a variable rs_org fragment and .skip 16 results in
a rs_fill fragment. The ia64 assembler doesn't support variable rs_org
fragments.


H.J.


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