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-opc.h | |
parent | a4d3acd21524e9dfd7c3cef8675e71125925fbba (diff) | |
download | binutils-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.h | 3 |
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; |