diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-12-01 10:00:07 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-12-01 10:00:07 +0100 |
commit | f207f1c113614a52b3baee73cfaca3848be7b4ab (patch) | |
tree | 33a4ac34da8c2d6bbda7d1bb9f79da6a11bdc3e9 /opcodes/i386-gen.c | |
parent | a4d3acd21524e9dfd7c3cef8675e71125925fbba (diff) | |
download | fsf-binutils-gdb-f207f1c113614a52b3baee73cfaca3848be7b4ab.zip fsf-binutils-gdb-f207f1c113614a52b3baee73cfaca3848be7b4ab.tar.gz fsf-binutils-gdb-f207f1c113614a52b3baee73cfaca3848be7b4ab.tar.bz2 |
x86: drop No_ldSuf
With LONG_DOUBLE_MNEM_SUFFIX gone there'salso no use for No_ldSuf
anymore.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 72eef14..dfadfb4 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -740,7 +740,6 @@ static bitfield opcode_modifiers[] = BITFIELD (No_lSuf), BITFIELD (No_sSuf), BITFIELD (No_qSuf), - BITFIELD (No_ldSuf), BITFIELD (FWait), BITFIELD (IsString), BITFIELD (RegMem), |