x86: drop cpu_arch_tune_flags
authorJan Beulich <jbeulich@suse.com>
Wed, 27 Sep 2023 14:52:08 +0000 (16:52 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 27 Sep 2023 14:52:08 +0000 (16:52 +0200)
commitfb2637073b4a3ed9c229c3721bc779624d9a297c
tree602b8394a773b23c458282067bc97d7e6bd1dece
parentbd483d213a5d63472dc57706622f4a05494a4811
x86: drop cpu_arch_tune_flags

Apparently from its introduction the variable was only ever written (the
only read is merely to determine whether to write it with another value).
(Since, due to the need to re-indent, the adjacent lines setting
cpu_arch_tune need touching anyway, switch to using PREOCESSOR_*
constants where applicable, to make more obvious what the resulting
state is going to be.)
gas/config/tc-i386.c