x86: drop duplicate sse4a entry from cpu_arch[]
authorJan Beulich <jbeulich@suse.com>
Fri, 11 Nov 2022 08:26:25 +0000 (09:26 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 11 Nov 2022 08:26:25 +0000 (09:26 +0100)
commitf6cbe8103feee66922286990d0adaf9e689a5545
treea5fa91c41d5b5891fe2b0d75e759975f7636d75b
parentf7502dfe3f99d09fba2fc49f806ccc6b0a18c06d
x86: drop duplicate sse4a entry from cpu_arch[]

Of the two instances the first is correct in using ANY_SSE4A as 3rd
argument to SUBARCH(), so drop the wrong/redundant/dead 2nd one.
gas/config/tc-i386.c