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: Rename MOD_VEX_51 to MOD_VEX_50


MOD_VEX_51 should be MOD_VEX_50.  I checked this patch to fix it.


H.J.
---
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 8e73c91..3fcd360 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* i386-dis.c (MOD_VEX_51): Renamed to ...
+	(MOD_VEX_50): This.
+	(vex_table): Updated.
+	(mod_table): Likewise.
+
 2009-12-14  Nick Clifton  <nickc@redhat.com>
 
 	PR binutils/10924
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index db08770..d044025 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -783,7 +783,7 @@ enum
   MOD_VEX_16_PREFIX_0,
   MOD_VEX_17,
   MOD_VEX_2B,
-  MOD_VEX_51,
+  MOD_VEX_50,
   MOD_VEX_71_REG_2,
   MOD_VEX_71_REG_4,
   MOD_VEX_71_REG_6,
@@ -7718,7 +7718,7 @@ static const struct dis386 vex_table[][256] = {
     { "(bad)",		{ XX } },
     { "(bad)",		{ XX } },
     /* 50 */
-    { MOD_TABLE (MOD_VEX_51) },
+    { MOD_TABLE (MOD_VEX_50) },
     { PREFIX_TABLE (PREFIX_VEX_51) },
     { PREFIX_TABLE (PREFIX_VEX_52) },
     { PREFIX_TABLE (PREFIX_VEX_53) },
@@ -10026,7 +10026,7 @@ static const struct dis386 mod_table[][2] = {
     { "(bad)",		{ XX } },
   },
   {
-    /* MOD_VEX_51 */
+    /* MOD_VEX_50 */
     { "(bad)",		{ XX } },
     { "vmovmskpX",	{ Gdq, XS } },
   },


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