OSDN Git Service

gas/testsuite/
authorH.J. Lu <hjl@lucon.org>
Tue, 9 May 2006 16:05:40 +0000 (16:05 +0000)
committerH.J. Lu <hjl@lucon.org>
Tue, 9 May 2006 16:05:40 +0000 (16:05 +0000)
2006-05-09  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run x86-64-gidt.

* gas/i386/x86-64-gidt.d: New file.
* gas/i386/x86-64-gidt.s: Likewise.

opcodes/

2006-05-09  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (grps): Update sgdt/sidt for 64bit.

opcodes/ChangeLog
opcodes/i386-dis.c

index 6a21c58..b3c5b6f 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (grps): Update sgdt/sidt for 64bit.
+
 2006-05-05  Julian Brown  <julian@codesourcery.com>
 
        * arm-dis.c (coprocessor_opcodes): Don't interpret fldmx/fstmx as
index f73e883..4c8949f 100644 (file)
@@ -1400,8 +1400,8 @@ static const struct dis386 grps[][8] = {
   },
   /* GRP7 */
   {
-    { "sgdtIQ", VMX_Fixup, 0, XX, XX },
-    { "sidtIQ", PNI_Fixup, 0, XX, XX },
+    { "sgdt{Q|IQ||}", VMX_Fixup, 0, XX, XX },
+    { "sidt{Q|IQ||}", PNI_Fixup, 0, XX, XX },
     { "lgdt{Q|Q||}",    M, XX, XX },
     { "lidt{Q|Q||}",    SVME_Fixup, 0, XX, XX },
     { "smswQ", Ev, XX, XX },