[0/4] improve range checking for certain constants on x86

Message ID a55dc85d-47b4-8494-461a-f8b955cb033f@suse.com
Headers
Series improve range checking for certain constants on x86 |

Message

Jan Beulich May 5, 2023, 1 p.m. UTC
  Unfortunately I haven't found a way to do so without some common code
changes, which in turn required adjustments to a few other targets.

1: x86: tighten extend-to-32bit-address conditions
2: gas: maintain O_constant signedness in more cases
3: gas: invoke md_optimize_expr() also for unary expressions
4: x86: further adjust extend-to-32bit-address conditions

Jan