diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-05 23:55:24 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-05 23:55:24 +0000 |
commit | ad500c2e0c50ad23dd80acd0ded64d937e94bed8 (patch) | |
tree | 2464babeaf7e45d826563d5aa5b3f3c0373b1e25 /gas/testsuite/ChangeLog | |
parent | 8404fc53764113582a90215efd56dda4c62ad138 (diff) | |
download | gdb-ad500c2e0c50ad23dd80acd0ded64d937e94bed8.zip gdb-ad500c2e0c50ad23dd80acd0ded64d937e94bed8.tar.gz gdb-ad500c2e0c50ad23dd80acd0ded64d937e94bed8.tar.bz2 |
* gas/mips/mips4-fp.d, gas/mips/mips4-fp.s: Remove checks for
branch-likely instructions and place them...
* gas/mips/mips4-branch-likely.d, gas/mips/mips4-branch-likely.s:
... in this new test.
* gas/mips/mips4-fp.l: Update accordingly.
* gas/mips/mips4-branch-likely.l: New stderr output for the new
test.
* gas/mips/mips.exp (mips4-branch-likely): Run a dump test and
a list test with mips4-branch-likely similarly to mips4-fp.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d839fdc..09d1c165 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,17 @@ 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com> + * gas/mips/mips4-fp.d, gas/mips/mips4-fp.s: Remove checks for + branch-likely instructions and place them... + * gas/mips/mips4-branch-likely.d, gas/mips/mips4-branch-likely.s: + ... in this new test. + * gas/mips/mips4-fp.l: Update accordingly. + * gas/mips/mips4-branch-likely.l: New stderr output for the new + test. + * gas/mips/mips.exp (mips4-branch-likely): Run a dump test and + a list test with mips4-branch-likely similarly to mips4-fp. + +2010-07-05 Maciej W. Rozycki <macro@codesourcery.com> + * gas/mips/beq.d, gas/mips/beq.s: Remove checks for branch-likely instructions. * gas/mips/bge.d, gas/mips/bge.s: Likewise. |