This is the mail archive of the binutils-cvs@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]

[binutils-gdb] Remove the remaining SSE5 support


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=da8d7d665521e5b3f67f87341400441a5d0643d5

commit da8d7d665521e5b3f67f87341400441a5d0643d5
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Oct 18 08:14:10 2016 -0700

    Remove the remaining SSE5 support
    
    	PR binutis/20704
    	* i386-dis.c (three_byte_table): Remove the remaining SSE5 support.

Diff:
---
 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 },


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