aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-02-23 20:41:46 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-02-23 20:41:46 +0000
commit4c664d7bf7005e368a8ee5183ee018924acf0f9b (patch)
tree5b377fb8113b8cfcf72182124ceb80c2b1418269 /opcodes/i386-gen.c
parent7bcbeb0f1cba175ad4b8b3990fd1a0e81a4dcefd (diff)
downloadgdb-4c664d7bf7005e368a8ee5183ee018924acf0f9b.zip
gdb-4c664d7bf7005e368a8ee5183ee018924acf0f9b.tar.gz
gdb-4c664d7bf7005e368a8ee5183ee018924acf0f9b.tar.bz2
gas/
2009-02-23 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (vex_imm4): Removed. (VEX_check_operands): Likewise. (match_template): Updated. opcodes/ 2009-02-23 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4. (operand_types): Remove Vex_Imm4. * i386-opc.h (Vex_Imm4): Removed. (OTMax): Updated. (i386_operand_type): Remove vex_imm4. * i386-opc.tbl: Remove Vex_Imm4 comments. * i386-init.h: Regenerated. * i386-tbl.h: Likewise.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 5a5fc11..bed1c38 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -234,8 +234,6 @@ static initializer operand_type_init[] =
"Imm32|Imm32S|Imm64|Disp32" },
{ "OPERAND_TYPE_IMM32_32S_64_DISP32_64",
"Imm32|Imm32S|Imm64|Disp32|Disp64" },
- { "OPERAND_TYPE_VEX_IMM4",
- "VEX_Imm4" },
};
typedef struct bitfield
@@ -396,7 +394,6 @@ static bitfield operand_types[] =
BITFIELD (Ymmword),
BITFIELD (Unspecified),
BITFIELD (Anysize),
- BITFIELD (Vex_Imm4),
#ifdef OTUnused
BITFIELD (OTUnused),
#endif