This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Remove OPERAND_TYPE_VEX_IMM4


I am checking in this patch to remove OPERAND_TYPE_VEX_IMM4.


H.J.
---
Index: gas/ChangeLog
===================================================================
--- gas/ChangeLog	(revision 5296)
+++ gas/ChangeLog	(working copy)
@@ -1,5 +1,9 @@
 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
+
+2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* config/tc-i386.c (vex_imm4): Removed.
 	(VEX_check_operands): Likewise.
 	(match_template): Updated.
Index: gas/config/tc-i386.c
===================================================================
--- gas/config/tc-i386.c	(revision 5296)
+++ gas/config/tc-i386.c	(working copy)
@@ -2329,7 +2329,6 @@ const type_names[] =
   { OPERAND_TYPE_REGMMX, "rMMX" },
   { OPERAND_TYPE_REGXMM, "rXMM" },
   { OPERAND_TYPE_ESSEG, "es" },
-  { OPERAND_TYPE_VEX_IMM4, "VEX i4" },
 };
 
 static void


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]