From f6cbe8103feee66922286990d0adaf9e689a5545 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 11 Nov 2022 09:26:25 +0100 Subject: [PATCH] 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 | 1 - 1 file changed, 1 deletion(-) 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), -- 2.30.2