diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-07-27 07:04:31 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-07-27 07:04:31 +0000 |
commit | 8b5328ac50681bbb28f0f2b414a33e0fad079288 (patch) | |
tree | 23ce950054a6214b10806a360d4b73121c0ddacf /include/opcode/ChangeLog | |
parent | a33d77bc5f66024ba9124be9642ddc0c06714139 (diff) | |
download | binutils-gdb-8b5328ac50681bbb28f0f2b414a33e0fad079288.tar.gz |
include/opcode/
2005-07-27 Jan Beulich <jbeulich@novell.com>
* i386.h (i386_optab): Add comment to movd. Use LongMem for all
movd-s. Add NoRex64 to movq-s dealing only with mmx or xmm registers.
Add movq-s as 64-bit variants of movd-s.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 7f515c6c536..1a05c70f6f7 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,9 @@ +2005-07-27 Jan Beulich <jbeulich@novell.com> + + * i386.h (i386_optab): Add comment to movd. Use LongMem for all + movd-s. Add NoRex64 to movq-s dealing only with mmx or xmm registers. + Add movq-s as 64-bit variants of movd-s. + 2005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * hppa.h: Fix punctuation in comment. |