This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Add x86 SSE5 instructions to the GNU binary utilities
On Thu, Sep 13, 2007 at 05:30:33PM -0500, rajagopal, dwarak wrote:
> The patch does not contain the generated files (i386-init.h and
> i386-tbl.h). I have also fixed the coding typos you mentioned in the
> assembler.
>
> Is this ok?
>
Please try my OPC_EXT_45 suggestion on top of
http://sourceware.org/ml/binutils/2007-09/msg00172.html
When I wrote get_valid_dis386, I forgot to handle IS_3BYTE_OPCODE.
With this, we don't need to special case IS_3BYTE_OPCODE in
print_insn.
Thanks.
H.J.