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: Swap X86_64_27 with OPC_EXT_2


I am checking in this patch to swap X86_64_27 with OPC_EXT_2.


H.J.
----
2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>

	* i386-dis.c (dis386): Swap X86_64_27 with OPC_EXT_2.
	(x86_64_table): Likewise.
	(opc_ext_table): Likewise.

--- i386-dis.c.ext	2007-09-27 14:34:59.000000000 -0700
+++ i386-dis.c	2007-09-27 14:45:48.000000000 -0700
@@ -937,7 +937,7 @@ static const struct dis386 dis386[] = {
   { "retT",		{ Iw } },
   { "retT",		{ XX } },
   { OPC_EXT_1 },
-  { OPC_EXT_2 },
+  { X86_64_27 },
   { GRP11_C6 },
   { GRP11_C7 },
   /* c8 */
@@ -2687,7 +2687,7 @@ static const struct dis386 x86_64_table[
 
   /* X86_64_27 */
   {
-    { "ldsS", { Gv, Mp } },
+    { OPC_EXT_2 },
     { "(bad)", { XX } },
   },
 };
@@ -4454,7 +4454,7 @@ static const struct dis386 opc_ext_table
   },
   {
     /* OPC_EXT_2 */
-    { X86_64_27 },
+    { "ldsS",		{ Gv, Mp } },
     { "(bad)",		{ XX } },
   },
   {


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