[PATCH, committed] PR binutis/20704: Remove the remaining SSE5 support

H.J. Lu hongjiu.lu@intel.com
Tue Oct 18 15:15:00 GMT 2016


	PR binutis/20704
	* i386-dis.c (three_byte_table): Remove the remaining SSE5 support.
---
 opcodes/ChangeLog  | 5 +++++
 opcodes/i386-dis.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

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 },
-- 
2.7.4



More information about the Binutils mailing list