mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
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.
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user