> Btw, I do think that the whole NOPL issue is separate from all the other
FWIW I personally think Linux should always use very conservative nops.
Unconditionally. This issue already cost far too much developer time
and it's unlikely to be worth it.
gcc just uses .p2align, so it comes down to binutils
Yes there seems to be a pretty scary ISA selection code in there.
Line 565 of
http://www.google.com/codesearch?hl=en&q=i386_align_code+show:pxieOi43ptA:OXGjJbna8V8:...
I haven't decoded it completely, but I suspect it does the wrong thing.
-Andi
--