[Bug gas/25789] [as] x86: duplicate jmp when .nops and jmp are used together

2020-04-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25789 --- Comment #3 from H.J. Lu --- (In reply to Fangrui Song from comment #2) > > Gas limits number of executed NOP paddings to 7 NOPs: > > Then .nops with a large immediate should be rejected. > > A smaller immediate for .nops works, e.g. >

[Bug gas/25789] [as] x86: duplicate jmp when .nops and jmp are used together

2020-04-06 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25789 --- Comment #2 from Fangrui Song --- > Gas limits number of executed NOP paddings to 7 NOPs: Then .nops with a large immediate should be rejected. A smaller immediate for .nops works, e.g. foo: ret .nops 28 jmp foo -- You are receiving

[Bug gas/25789] [as] x86: duplicate jmp when .nops and jmp are used together

2020-04-06 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25789 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gas/25789] [as] x86: duplicate jmp when .nops and jmp are used together

2020-04-05 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25789 Fangrui Song changed: What|Removed |Added CC||hjl.tools at gmail dot com