From: Jan Beulich Date: Fri, 11 Nov 2022 08:26:25 +0000 (+0100) Subject: x86: drop duplicate sse4a entry from cpu_arch[] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6cbe8103feee66922286990d0adaf9e689a5545;p=binutils-gdb.git 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. --- diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 142b937423e..2edbf4b361d 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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),