diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-11-11 09:27:23 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-11-11 09:27:23 +0100 |
commit | ca4726752f67661b75d9f7963a5eed93fbb7fa00 (patch) | |
tree | 88cb6ade3cd927d9c6687693c913cd8d791839e5 /gas/config/tc-i386.c | |
parent | f6cbe8103feee66922286990d0adaf9e689a5545 (diff) | |
download | gdb-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.c | 1 |
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)) { |