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: Gas can't handle prefix generated by gcc


"H. J. Lu" <hjl@lucon.org> writes:

> It seems that gcc uses a prefix syntax which gas doesn't handle. Does
> gcc always use " ; " as prefix separator?

Yes.  It does that for cs/ds on branch hints, it does that for "rep"
on string instructions, it does that for "lock" on atomic updates.

I imagine it's never been a problem before because the length of the
prefixed instruction has never been relevant before.

zw


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