[PATCH] x86 gas: allow 'rep nop'
Roland McGrath
mcgrathr@google.com
Tue Jul 3 16:34:00 GMT 2012
On Tue, Jul 3, 2012 at 12:02 AM, Jan Beulich <JBeulich@suse.com> wrote:
> As gcc has to detect the respective gas capability anyway, why
> can't it use "pause" right away, and then on much older gas
> versions too?
It could, it's just that GCC folks prefered to minimize the
conditionalization and just use the %; format specifier they
already had for a sometimes-necessary ; after a 'rep' or 'lock'
prefix.
Thanks,
Roland
More information about the Binutils
mailing list