x86: generalize disabling of sub-architectures
authorJan Beulich <jbeulich@suse.com>
Wed, 6 Jul 2022 07:22:11 +0000 (09:22 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 6 Jul 2022 07:22:11 +0000 (09:22 +0200)
commitae89daecb1326742448fc359ddd64d127477cbc2
treeb2750456a167eefe73deba125c4f2cd55831c438
parent3ce2ebcf888ef86974be57f7c0ea973538317d11
x86: generalize disabling of sub-architectures

I never really understood upon what basis ".arch .no*" options were made
available. Let's not have any "criteria" at all, and simply allow
disabling of all of them. Then we also have all data for a sub-arch in
a single place, as we now only need a single table.
gas/config/tc-i386.c