aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2022-11-11 09:27:23 +0100
committerJan Beulich <jbeulich@suse.com>2022-11-11 09:27:23 +0100
commitca4726752f67661b75d9f7963a5eed93fbb7fa00 (patch)
tree88cb6ade3cd927d9c6687693c913cd8d791839e5 /gas/config/tc-i386.c
parentf6cbe8103feee66922286990d0adaf9e689a5545 (diff)
downloadgdb-ca4726752f67661b75d9f7963a5eed93fbb7fa00.zip
gdb-ca4726752f67661b75d9f7963a5eed93fbb7fa00.tar.gz
gdb-ca4726752f67661b75d9f7963a5eed93fbb7fa00.tar.bz2
x86: drop stray IsString from PadLock insns
The need for IsString on the PadLock insns went away with the introduction of RepPrefixOk. Drop these leftovers.
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r--gas/config/tc-i386.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 2edbf4b..ffb17dc 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -11188,7 +11188,6 @@ i386_index_check (const char *operand_string)
const insn_template *t = current_templates->start;
if (t->opcode_modifier.isstring
- && !t->cpu_flags.bitfield.cpupadlock
&& (current_templates->end[-1].opcode_modifier.isstring
|| i.mem_operands))
{