diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-10-18 08:14:10 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-10-18 08:14:10 -0700 |
commit | da8d7d665521e5b3f67f87341400441a5d0643d5 (patch) | |
tree | 91c858954294d82044b4ee7468b07879cc4f07e0 /opcodes/i386-dis.c | |
parent | da804164742b83965b487bbff5b6334f2e63fe91 (diff) | |
download | binutils-da8d7d665521e5b3f67f87341400441a5d0643d5.zip binutils-da8d7d665521e5b3f67f87341400441a5d0643d5.tar.gz binutils-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/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |