diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-11-11 09:26:25 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-11-11 09:26:25 +0100 |
commit | f6cbe8103feee66922286990d0adaf9e689a5545 (patch) | |
tree | a5fa91c41d5b5891fe2b0d75e759975f7636d75b /gas/config | |
parent | f7502dfe3f99d09fba2fc49f806ccc6b0a18c06d (diff) | |
download | gdb-f6cbe8103feee66922286990d0adaf9e689a5545.zip gdb-f6cbe8103feee66922286990d0adaf9e689a5545.tar.gz gdb-f6cbe8103feee66922286990d0adaf9e689a5545.tar.bz2 |
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.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 142b937..2edbf4b 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), |