[0/6] correct and further utilize x86'es last-insn tracking

Message ID f5b4b6f8-4553-459e-a5ea-35b14055be77@suse.com
Headers
Series correct and further utilize x86'es last-insn tracking |

Message

Jan Beulich Nov. 24, 2023, 9:02 a.m. UTC
  ..., involving corrections to common code as well. Note however that
this doesn't address all shortcomings (yet).

1: x86: last-insn recording should be per-section
2: x86: suppress optimization after potential non-insn
3: gas: no md_cons_align() for .nop{,s}
4: x86: i386_cons_align() badly affects diagnostics
5: x86: adjust NOP generation after potential non-insn
6: gas: drop unused fields from struct segment_info_struct

Jan