PATCH: Reformat i386-dis.c

H.J. Lu hjl@lucon.org
Fri Oct 12 21:38:00 GMT 2007


I checked in this patch.


H.J.
----
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/opcodes/ChangeLog,v
retrieving revision 1.1172
retrieving revision 1.1173
diff -u -p -r1.1172 -r1.1173
--- ChangeLog	10 Oct 2007 16:25:02 -0000	1.1172
+++ ChangeLog	12 Oct 2007 20:37:58 -0000	1.1173
@@ -1,3 +1,7 @@
+2007-10-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* i386-dis.c (prefix_table): Reformat pblendvb and blendvps.
+
 2007-10-10  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* i386-dis.c (v_mode): Defined as previous one + 1.
Index: i386-dis.c
===================================================================
RCS file: /cvs/src/src/opcodes/i386-dis.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -p -r1.161 -r1.162
--- i386-dis.c	10 Oct 2007 22:00:24 -0000	1.161
+++ i386-dis.c	12 Oct 2007 20:37:58 -0000	1.162
@@ -2133,7 +2133,7 @@ static const struct dis386 prefix_table[
   {
     { "(bad)",	{ XX } },
     { "(bad)",	{ XX } },
-    { "pblendvb", {XM, EXx, XMM0 } },
+    { "pblendvb", { XM, EXx, XMM0 } },
     { "(bad)",	{ XX } },
   },
 
@@ -2141,7 +2141,7 @@ static const struct dis386 prefix_table[
   {
     { "(bad)",	{ XX } },
     { "(bad)",	{ XX } },
-    { "blendvps", {XM, EXx, XMM0 } },
+    { "blendvps", { XM, EXx, XMM0 } },
     { "(bad)",	{ XX } },
   },
 



More information about the Binutils mailing list