public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] remove spurious bextr instruction
@ 2011-07-28 16:55 Quentin Neill
  2011-07-28 20:08 ` H.J. Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Quentin Neill @ 2011-07-28 16:55 UTC (permalink / raw)
  To: binutils

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] remove spurious bextr instruction
  2011-07-28 16:55 [PATCH] remove spurious bextr instruction Quentin Neill
@ 2011-07-28 20:08 ` H.J. Lu
  0 siblings, 0 replies; 2+ messages in thread
From: H.J. Lu @ 2011-07-28 20:08 UTC (permalink / raw)
  To: Quentin Neill; +Cc: binutils

On Thu, Jul 28, 2011 at 9:41 AM, Quentin Neill
<quentin.neill.gnu@gmail.com> wrote:
> 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 },

OK.

-- 
H.J.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-28 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-28 16:55 [PATCH] remove spurious bextr instruction Quentin Neill
2011-07-28 20:08 ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).