[0/9] gas: tidying of emulations

Message ID 41bf5163-b761-4923-8e8f-fbe86a5af5fb@suse.com
Headers
Series gas: tidying of emulations |

Message

Jan Beulich Sept. 27, 2024, 1:01 p.m. UTC
  ... including, in particular, the removal of their use on x86.

1: drop unused fields from struct emulation
2: put emul decls in emul.h
3: dw2gencfi: correct .sframe section conditional
4: don't use COFF-specific SF_SET_LOCAL() directly from read.c
5: drop generate_asm_lineno emulation hook
6: include: de-duplicate i386.h and x86_64.h
7: x86: drop largely defunct gas emulations
8: x86: prune OBJ_MAYBE_... uses
9: hide emulation struct format_ops instances when not needed

Jan