IA64 assembler can't handle constant org offsets

H. J. Lu hjl@lucon.org
Tue Jan 27 00:48:00 GMT 2004


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.



More information about the Binutils mailing list