summaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-12-16 20:08:32 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-12-16 20:08:32 +0000
commit2eb952a4d9091415769c814787db714334171b90 (patch)
tree17ae02c1c6529fd1ff70c9b52b146cc9ba54ad15 /opcodes/i386-opc.h
parent7f399153c6099e976a06562a602f9654f506b64e (diff)
downloadbinutils-gdb-2eb952a4d9091415769c814787db714334171b90.tar.gz
Remove ByteOkIntel.
gas/ 2009-12-16 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (process_suffix): Set i.suffix to 0 in Intel syntax if size is ignored and b/l/w suffixes are illegal. (check_byte_reg): Remove byteokintel check. opcodes/ 2009-12-16 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (opcode_modifiers): Remove ByteOkIntel. * i386-opc.h (ByteOkIntel): Removed. (i386_opcode_modifier): Remove byteokintel. * i386-opc.tbl: Remove ByteOkIntel. * i386-tbl.h: Regenerated.
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 3137a6706e1..1b1da675c36 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -252,8 +252,6 @@ enum
FirstXmm0,
/* An implicit xmm0 as the first operand */
Implicit1stXmm0,
- /* BYTE is OK in Intel syntax. */
- ByteOkIntel,
/* Convert to DWORD */
ToDword,
/* Convert to QWORD */
@@ -366,7 +364,6 @@ typedef struct i386_opcode_modifier
unsigned int regkludge:1;
unsigned int firstxmm0:1;
unsigned int implicit1stxmm0:1;
- unsigned int byteokintel:1;
unsigned int todword:1;
unsigned int toqword:1;
unsigned int addrprefixop0:1;