diff options
author | Jan Beulich <jbeulich@novell.com> | 2008-08-28 09:42:11 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2008-08-28 09:42:11 +0000 |
commit | fc0763e65af9240d302c14f3bbab5e3e0f3b7364 (patch) | |
tree | c3a3f767048ce397556d20f3c20cad35e79b86e5 /gas/testsuite/ChangeLog | |
parent | 6bba1048d63e0476b94b9934527defd81c590a13 (diff) | |
download | fsf-binutils-gdb-fc0763e65af9240d302c14f3bbab5e3e0f3b7364.zip fsf-binutils-gdb-fc0763e65af9240d302c14f3bbab5e3e0f3b7364.tar.gz fsf-binutils-gdb-fc0763e65af9240d302c14f3bbab5e3e0f3b7364.tar.bz2 |
gas/
2008-08-28 Jan Beulich <jbeulich@novell.com>
* config/tc-i386.c (md_assemble): Force number of displacement
operands to zero when processing string instruction.
(i386_index_check): Special-case string instruction operands. Don't
fudge address prefix if there already was a memory operand. Fix
error message to correctly reflect the addressing mode used.
(i386_att_operand): Fix comment.
(i386_intel_operand): Snapshot, clear, and restore base and index
reg for each operand processed. Increment count of memory operands
later.
gas/testsuite/
2008-08-28 Jan Beulich <jbeulich@novell.com>
* gas/i386/string-bad.{l,s}, gas/i386/string-ok.{d,e,s}: New.
* gas/i386/i386.exp: Run new tests.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5dc3e50..d0cd9d2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-08-28 Jan Beulich <jbeulich@novell.com> + + * gas/i386/string-bad.{l,s}, gas/i386/string-ok.{d,e,s}: New. + * gas/i386/i386.exp: Run new tests. + 2008-08-27 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/intel.s: Add tests for fidivr. |