From e51af1571fa936f425bbf128833c2b674d549722 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sat, 2 Jul 2016 22:04:41 +0100 Subject: [PATCH] MIPS/GAS/testsuite: Group `branch-misc' tests together gas/ * testsuite/gas/mips/mips.exp: Group `branch-misc' tests together. --- gas/ChangeLog | 5 +++++ gas/testsuite/gas/mips/mips.exp | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 5cb62e2aa3..70435c6dcb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2016-07-02 Maciej W. Rozycki + + * testsuite/gas/mips/mips.exp: Group `branch-misc' tests + together. + 2016-07-01 Szabolcs Nagy * config/tc-aarch64.c (struct aarch64_option_cpu_value_table): Add diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index a83750e2f2..29aad675f5 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -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]