x86: correct absolute branch check with segment override
authorJan Beulich <jbeulich@suse.com>
Mon, 7 Jun 2021 10:02:15 +0000 (12:02 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 7 Jun 2021 10:02:15 +0000 (12:02 +0200)
commitc8d541e2e73493228f332f4bdc9ecc8164d3744f
tree2b051a512008ef805e71d3837a7124fdc73aecb8
parent98ff9f1c5d0bff7545d508288a5699522277d570
x86: correct absolute branch check with segment override

This needs to happen before checking of what may legitimately start a
memory operand (like is done when there's no segment override). Plus a
second '*' shouldn't be permitted when one was already found before the
segment override.
gas/ChangeLog
gas/config/tc-i386.c
This page took 0.024065 seconds and 4 git commands to generate.