| commit | 54fc4573887bfba8bd2ac0cb2eb9259e94ba178d | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Fri Dec 01 08:28:20 2023 +0100 |
| committer | Jan Beulich <jbeulich@suse.com> | Fri Dec 01 08:28:20 2023 +0100 |
| tree | ec32ca471baf49b05a681ab8f37f6de95a39e69e | |
| parent | 175ce60f0ff7f3423b49c0d41a88a0c51a08ac03 [diff] |
gas: no md_cons_align() for .nop{,s}
.nop and .nops generate code, not data. Hence them invoking
md_cons_align() is at best inappropriate. In fact it actually gets in
the of x86'es state maintenance involving i386_cons_align().