From: H.J. Lu Date: Sun, 24 Sep 2006 17:25:47 +0000 (+0000) Subject: 2006-09-24 Dwarakanath Rajagopal X-Git-Tag: gdb_6_6-2006-11-15-branchpoint~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b5fff932dcd716424367aee491a8bcee596a94;p=thirdparty%2Fbinutils-gdb.git 2006-09-24 Dwarakanath Rajagopal PR binutils/3100 * i386-dis.c (prefix_user_table): Fix the second operand of maskmovdqu instruction to allow only %xmm register instead of both %xmm register and memory. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index dc345141403..3d05808ee53 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2006-09-24 Dwarakanath Rajagopal + + PR binutils/3100 + * i386-dis.c (prefix_user_table): Fix the second operand of + maskmovdqu instruction to allow only %xmm register instead of + both %xmm register and memory. + 2006-09-23 H.J. Lu PR binutils/3235 diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 5172fc5cb9a..44625bb0397 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -1687,7 +1687,7 @@ static const struct dis386 prefix_user_table[][4] = { { { "maskmovq", MX, MS, XX, XX }, { "(bad)", XM, EX, XX, XX }, - { "maskmovdqu", XM, EX, XX, XX }, + { "maskmovdqu", XM, XS, XX, XX }, { "(bad)", XM, EX, XX, XX }, }, /* PREGRP19 */