summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/mips.exp
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2010-07-05 23:55:24 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2010-07-05 23:55:24 +0000
commit0abaed75f09640d70673e72bb7826d14ffcedb91 (patch)
tree5b29f4c35c43198cc8df2636ff0a527d944a9a94 /gas/testsuite/gas/mips/mips.exp
parentb2a7745690915f8260f34ee9c9dd3b06d4883900 (diff)
downloadbinutils-redhat-0abaed75f09640d70673e72bb7826d14ffcedb91.tar.gz
* 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/gas/mips/mips.exp')
-rw-r--r--gas/testsuite/gas/mips/mips.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
index 5374875462..f14c6ffea4 100644
--- a/gas/testsuite/gas/mips/mips.exp
+++ b/gas/testsuite/gas/mips/mips.exp
@@ -484,6 +484,10 @@ if { [istarget mips*-*-vxworks*] } {
run_dump_test_arches "mips4-fp" [mips_arch_list_matching mips4]
run_list_test_arches "mips4-fp" "-32 -msoft-float" \
[mips_arch_list_matching mips4]
+ run_dump_test_arches "mips4-branch-likely" \
+ [mips_arch_list_matching mips4]
+ run_list_test_arches "mips4-branch-likely" "-32 -msoft-float" \
+ [mips_arch_list_matching mips4]
run_dump_test_arches "mips5" [mips_arch_list_matching mips5]
run_dump_test "mul"