aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2022-12-01 10:00:07 +0100
committerJan Beulich <jbeulich@suse.com>2022-12-01 10:00:07 +0100
commitf207f1c113614a52b3baee73cfaca3848be7b4ab (patch)
tree33a4ac34da8c2d6bbda7d1bb9f79da6a11bdc3e9 /opcodes/i386-gen.c
parenta4d3acd21524e9dfd7c3cef8675e71125925fbba (diff)
downloadgdb-f207f1c113614a52b3baee73cfaca3848be7b4ab.zip
gdb-f207f1c113614a52b3baee73cfaca3848be7b4ab.tar.gz
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.c1
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),