aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-09-24 17:25:47 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-09-24 17:25:47 +0000
commitc4b5fff932dcd716424367aee491a8bcee596a94 (patch)
tree9426daedfb4268f08c310cc3527383add622d6c7 /opcodes/ChangeLog
parenta7a8d8e58e53ac3f45fc26f9b74834cbd6ca4347 (diff)
downloadgdb-c4b5fff932dcd716424367aee491a8bcee596a94.zip
gdb-c4b5fff932dcd716424367aee491a8bcee596a94.tar.gz
gdb-c4b5fff932dcd716424367aee491a8bcee596a94.tar.bz2
2006-09-24 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index dc34514..3d05808 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-24 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
+
+ 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 <hongjiu.lu@intel.com>
PR binutils/3235