This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] remove spurious bextr instruction
- From: Quentin Neill <quentin dot neill dot gnu at gmail dot com>
- To: binutils at sourceware dot org
- Date: Thu, 28 Jul 2011 11:41:33 -0500
- Subject: [PATCH] remove spurious bextr instruction
Hi,
This patch removes the spurious bextr instruction in i386-dis.c under
XOP_08 entry in the xop_table.
It passes make check tests on x86_64. Okay to commit?
--
Quentin
2011-07-27 Quentin Neill <quentin.neill@amd.com>
* i386-dis.c (xop_table): Remove spurious bextr insn.
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 8420f55..7ebea52 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -6645,7 +6645,7 @@ static const struct dis386 xop_table[][256] = {
{ Bad_Opcode },
{ Bad_Opcode },
/* 10 */
- { "bextr", { Gv, Ev, Iq } },
+ { Bad_Opcode },
{ Bad_Opcode },
{ Bad_Opcode },
{ Bad_Opcode },
--
1.7.1