aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-10-18 08:14:10 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-10-18 08:14:10 -0700
commitda8d7d665521e5b3f67f87341400441a5d0643d5 (patch)
tree91c858954294d82044b4ee7468b07879cc4f07e0 /opcodes
parentda804164742b83965b487bbff5b6334f2e63fe91 (diff)
downloadgdb-da8d7d665521e5b3f67f87341400441a5d0643d5.zip
gdb-da8d7d665521e5b3f67f87341400441a5d0643d5.tar.gz
gdb-da8d7d665521e5b3f67f87341400441a5d0643d5.tar.bz2
Remove the remaining SSE5 support
PR binutis/20704 * i386-dis.c (three_byte_table): Remove the remaining SSE5 support.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
-rw-r--r--opcodes/i386-dis.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3092e22..2b93ed2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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'
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 5c5f926..cd1321f 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -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 },