GNU Binutils with patches for OS216
Révision | e51af1571fa936f425bbf128833c2b674d549722 (tree) |
---|---|
l'heure | 2016-07-03 06:11:36 |
Auteur | Maciej W. Rozycki <macro@imgt...> |
Commiter | Maciej W. Rozycki |
MIPS/GAS/testsuite: Group branch-misc' tests together
gas/
* testsuite/gas/mips/mips.exp: Group branch-misc' tests
together.
@@ -1,3 +1,8 @@ | ||
1 | +2016-07-02 Maciej W. Rozycki <macro@imgtec.com> | |
2 | + | |
3 | + * testsuite/gas/mips/mips.exp: Group `branch-misc' tests | |
4 | + together. | |
5 | + | |
1 | 6 | 2016-07-01 Szabolcs Nagy <szabolcs.nagy@arm.com> |
2 | 7 | |
3 | 8 | * config/tc-aarch64.c (struct aarch64_option_cpu_value_table): Add |
@@ -562,6 +562,8 @@ if { [istarget mips*-*-vxworks*] } { | ||
562 | 562 | run_dump_test_arches "branch-misc-2-64" [mips_arch_list_matching mips3] |
563 | 563 | run_dump_test_arches "branch-misc-2pic-64" [mips_arch_list_matching mips3] |
564 | 564 | run_dump_test "branch-misc-3" |
565 | + run_dump_test_arches "branch-misc-4" [mips_arch_list_matching mips1] | |
566 | + run_dump_test_arches "branch-misc-4-64" [mips_arch_list_matching mips3] | |
565 | 567 | run_dump_test "branch-swap" |
566 | 568 | |
567 | 569 | # Sweep a range of branch offsets so that it hits a position where |
@@ -1045,9 +1047,6 @@ if { [istarget mips*-*-vxworks*] } { | ||
1045 | 1047 | |
1046 | 1048 | run_dump_test_arches "aent" [mips_arch_list_matching mips1] |
1047 | 1049 | |
1048 | - run_dump_test_arches "branch-misc-4" [mips_arch_list_matching mips1] | |
1049 | - run_dump_test_arches "branch-misc-4-64" [mips_arch_list_matching mips3] | |
1050 | - | |
1051 | 1050 | run_dump_test_arches "loc-swap" [mips_arch_list_all] |
1052 | 1051 | run_dump_test_arches "loc-swap-dis" [mips_arch_list_all] |
1053 | 1052 | run_dump_test_arches "loc-swap-2" [mips_arch_list_all] |