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

Re: [PATCH] remove spurious bextr instruction


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.


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