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)
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

index 142b937423eb166e25c03c01c4b8dd68a30d2b8f..2edbf4b361d47ddc81d791a4299075f5d620caef 100644 (file)
@@ -1041,7 +1041,6 @@ static const arch_entry cpu_arch[] =
   SUBARCH (padlock, PADLOCK, PADLOCK, false),
   SUBARCH (pacifica, SVME, SVME, true),
   SUBARCH (svme, SVME, SVME, false),
-  SUBARCH (sse4a, SSE4A, SSE4A, false),
   SUBARCH (abm, ABM, ABM, false),
   SUBARCH (bmi, BMI, BMI, false),
   SUBARCH (tbm, TBM, TBM, false),