x86: don't play with cpu_arch_flags.cpu{,no}64
authorJan Beulich <jbeulich@suse.com>
Fri, 15 Sep 2023 07:56:33 +0000 (09:56 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 15 Sep 2023 07:56:33 +0000 (09:56 +0200)
commitc0260ac61915b053c1a2539797ed5fd06eb99ac6
tree73ac89a7ac04de523798e1c0f0857bf28519d3c6
parent1d07cfb4406ee1dd336dd63cd5af7e8534892be7
x86: don't play with cpu_arch_flags.cpu{,no}64

A total four places exists where we set the two bits from flag_code, but
these values are never used. The two bits are evaluated only when coming
from insn templates.

Drop these assignments. Also make obvious that cpu_flags_check_cpu64()
is only ever used against insn templates.
gas/config/tc-i386.c