diff options
author | Michael Meissner <gnu@the-meissners.org> | 2006-08-14 23:45:59 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 2006-08-14 23:45:59 +0000 |
commit | 4d9567e059ec6a52277326631c4c818fa4a2af5e (patch) | |
tree | 302b95d8499ef03c6ce594e41b5326c8336e8ee6 /opcodes/ChangeLog | |
parent | eb13e63f9480a38e2f2c60d9db624c0b1ce106f6 (diff) | |
download | gdb-4d9567e059ec6a52277326631c4c818fa4a2af5e.zip gdb-4d9567e059ec6a52277326631c4c818fa4a2af5e.tar.gz gdb-4d9567e059ec6a52277326631c4c818fa4a2af5e.tar.bz2 |
Fix bug 3000
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c916655..177f5d8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2006-08-04 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> + + * i386-dis.c (MXC,EMC): Define. + (OP_MXC): New function to handle cvt* (convert instructions) between + %xmm and %mm register correctly. + (OP_EMC): ditto. + (prefix_user_table): Modified cvtpi2pd,cvtpd2pi and cvttpd2pi + instruction operands in PREGRP2,PREGRP3,PREGRP4 appropriately + with EMC/MXC. + 2006-07-29 Richard Sandiford <richard@codesourcery.com> * m68k-opc.c (m68k_opcodes): Fix operand specificer in the Coldfire |