summaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-12-16 20:08:31 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-12-16 20:08:31 +0000
commit3d30af25167d2082d38caf877eb1a9baf521c2c2 (patch)
treeef30e3ddf55bc3c5b86dff86b795001b8006f918 /opcodes/i386-gen.c
parentd503cc2304e037eded450adb8b9d72fd2d0dd9a4 (diff)
downloadbinutils-redhat-3d30af25167d2082d38caf877eb1a9baf521c2c2.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-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 3a9f0701f9..bc3f9e6430 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -344,7 +344,6 @@ static bitfield opcode_modifiers[] =
BITFIELD (RegKludge),
BITFIELD (FirstXmm0),
BITFIELD (Implicit1stXmm0),
- BITFIELD (ByteOkIntel),
BITFIELD (ToDword),
BITFIELD (ToQword),
BITFIELD (AddrPrefixOp0),