MIPS/GAS/testsuite: Group `branch-misc' tests together
authorMaciej W. Rozycki <macro@imgtec.com>
Sat, 2 Jul 2016 21:04:41 +0000 (22:04 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Sat, 2 Jul 2016 21:11:36 +0000 (22:11 +0100)
gas/
* testsuite/gas/mips/mips.exp: Group `branch-misc' tests
together.

gas/ChangeLog
gas/testsuite/gas/mips/mips.exp

index 5cb62e2aa3200c7ca8309a11f4f83bc4f77e0bf9..70435c6dcb3f44b594d621d539903ffbf0449b4b 100644 (file)
@@ -1,3 +1,8 @@
+2016-07-02  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/gas/mips/mips.exp: Group `branch-misc' tests
+       together.
+
 2016-07-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        * config/tc-aarch64.c (struct aarch64_option_cpu_value_table): Add
index a83750e2f2ab8c05156c9af63a6d42cba9b6649d..29aad675f55d7c38adc504d5b3021f4d83bd9147 100644 (file)
@@ -562,6 +562,8 @@ if { [istarget mips*-*-vxworks*] } {
     run_dump_test_arches "branch-misc-2-64" [mips_arch_list_matching mips3]
     run_dump_test_arches "branch-misc-2pic-64" [mips_arch_list_matching mips3]
     run_dump_test "branch-misc-3"
+    run_dump_test_arches "branch-misc-4" [mips_arch_list_matching mips1]
+    run_dump_test_arches "branch-misc-4-64" [mips_arch_list_matching mips3]
     run_dump_test "branch-swap"
 
     # Sweep a range of branch offsets so that it hits a position where
@@ -1045,9 +1047,6 @@ if { [istarget mips*-*-vxworks*] } {
 
     run_dump_test_arches "aent"        [mips_arch_list_matching mips1]
 
-    run_dump_test_arches "branch-misc-4"       [mips_arch_list_matching mips1]
-    run_dump_test_arches "branch-misc-4-64"    [mips_arch_list_matching mips3]
-
     run_dump_test_arches "loc-swap"    [mips_arch_list_all]
     run_dump_test_arches "loc-swap-dis"        [mips_arch_list_all]
     run_dump_test_arches "loc-swap-2"  [mips_arch_list_all]