Remove the remaining SSE5 support
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 18 Oct 2016 15:14:10 +0000 (08:14 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 18 Oct 2016 15:14:10 +0000 (08:14 -0700)
PR binutis/20704
* i386-dis.c (three_byte_table): Remove the remaining SSE5 support.

opcodes/ChangeLog
opcodes/i386-dis.c

index 3092e223200aa334d22edae08bf540e733754e96..2b93ed22864789bedf7cb5a4681cf62294c04788 100644 (file)
@@ -1,3 +1,8 @@
+2016-10-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutis/20704
+       * i386-dis.c (three_byte_table): Remove the remaining SSE5 support.
+
 2016-10-18  Maciej W. Rozycki  <macro@imgtec.com>
 
        * aarch64-dis.c (aarch64_ext_sve_addr_rr_lsl): Rename `index'
index 5c5f926d30d35538e18c51941a2aa9028e115dae..cd1321f40050bf635b7dd4e77608622cabacc4d9 100644 (file)
@@ -7591,7 +7591,7 @@ static const struct dis386 three_byte_table[][256] = {
     { Bad_Opcode },
     { Bad_Opcode },
     /* 20 */
-    { "ptest",         { XX }, PREFIX_OPCODE },
+    { Bad_Opcode },
     { Bad_Opcode },
     { Bad_Opcode },
     { Bad_Opcode },
This page took 0.029684 seconds and 4 git commands to generate.