projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7502df
)
x86: drop duplicate sse4a entry from cpu_arch[]
author
Jan Beulich
<jbeulich@suse.com>
Fri, 11 Nov 2022 08:26:25 +0000
(09:26 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/gas/config/tc-i386.c
b/gas/config/tc-i386.c
index 142b937423eb166e25c03c01c4b8dd68a30d2b8f..2edbf4b361d47ddc81d791a4299075f5d620caef 100644
(file)
--- 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),