diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-07-02 22:04:41 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-07-02 22:11:36 +0100 |
commit | e51af1571fa936f425bbf128833c2b674d549722 (patch) | |
tree | b6c0af8bf44f37550fc1b628228bedfc286ff6fb | |
parent | 9361a47a03c6576b74562fa0cf5e8e30471ad47a (diff) | |
download | gdb-e51af1571fa936f425bbf128833c2b674d549722.zip gdb-e51af1571fa936f425bbf128833c2b674d549722.tar.gz gdb-e51af1571fa936f425bbf128833c2b674d549722.tar.bz2 |
MIPS/GAS/testsuite: Group `branch-misc' tests together
gas/
* testsuite/gas/mips/mips.exp: Group `branch-misc' tests
together.
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5cb62e2..70435c6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index a83750e..29aad67 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] |