[0/8] gas/x86: towards better Intel syntax expression evaluation

Message ID 04ccd34e-7b05-412b-a0fe-2039e323f7d1@suse.com
Headers
Series gas/x86: towards better Intel syntax expression evaluation |

Message

Jan Beulich March 27, 2026, 2:08 p.m. UTC
  This started with observing the issue addressed by the final patch,
but numerous other issues showed up on the way to get there.

1: gas: have print_expr() recognize O_index
2: gas: distinguish local symbol flavors when printing symbols
3: gas: print full-width symbol values
4: gas: don't fail due to local register symbols
5: gas: don't lose addend in snapshot_symbol() when hitting a local symbol
6: x86/AT&T: make GOT-relative expressions work
7: x86/Intel: don't modify equates' expressions
8: x86/Intel: make PC-relative expressions work (again?)

Jan