aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
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-opc.h
parenta4d3acd21524e9dfd7c3cef8675e71125925fbba (diff)
downloadbinutils-f207f1c113614a52b3baee73cfaca3848be7b4ab.zip
binutils-f207f1c113614a52b3baee73cfaca3848be7b4ab.tar.gz
binutils-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-opc.h')
-rw-r--r--opcodes/i386-opc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index 6f4c27b..215a72d 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -535,8 +535,6 @@ enum
No_sSuf,
/* q suffix on instruction illegal */
No_qSuf,
- /* long double suffix on instruction illegal */
- No_ldSuf,
/* instruction needs FWAIT */
FWait,
/* IsString provides for a quick test for string instructions, and
@@ -750,7 +748,6 @@ typedef struct i386_opcode_modifier
unsigned int no_lsuf:1;
unsigned int no_ssuf:1;
unsigned int no_qsuf:1;
- unsigned int no_ldsuf:1;
unsigned int fwait:1;
unsigned int isstring:2;
unsigned int regmem:1;