GNU Binutils with patches for OS216
Révision | d7f20d660a38564dc798f7a77169f5873174041c (tree) |
---|---|
l'heure | 2016-07-03 06:15:43 |
Auteur | Maciej W. Rozycki <macro@imgt...> |
Commiter | Maciej W. Rozycki |
MIPS/GAS/testsuite: Restrict 64-bit branch-mips' tests to NewABI targets
... removing numerous mips-sgi-irix5' failures.
gas/
* testsuite/gas/mips/mips.exp: Restrict 64-bit branch-mips'
tests to NewABI targets.
@@ -1,5 +1,10 @@ | ||
1 | 1 | 2016-07-02 Maciej W. Rozycki <macro@imgtec.com> |
2 | 2 | |
3 | + * testsuite/gas/mips/mips.exp: Restrict 64-bit `branch-mips' | |
4 | + tests to NewABI targets. | |
5 | + | |
6 | +2016-07-02 Maciej W. Rozycki <macro@imgtec.com> | |
7 | + | |
3 | 8 | * testsuite/gas/mips/mips.exp: Group `branch-misc' tests |
4 | 9 | together. |
5 | 10 |
@@ -559,11 +559,16 @@ if { [istarget mips*-*-vxworks*] } { | ||
559 | 559 | run_dump_test_arches "branch-misc-1" [mips_arch_list_matching mips1] |
560 | 560 | run_dump_test_arches "branch-misc-2" [mips_arch_list_matching mips1] |
561 | 561 | run_dump_test_arches "branch-misc-2pic" [mips_arch_list_matching mips1] |
562 | - run_dump_test_arches "branch-misc-2-64" [mips_arch_list_matching mips3] | |
563 | - run_dump_test_arches "branch-misc-2pic-64" [mips_arch_list_matching mips3] | |
564 | 562 | run_dump_test "branch-misc-3" |
565 | 563 | 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] | |
564 | + if $has_newabi { | |
565 | + run_dump_test_arches "branch-misc-2-64" \ | |
566 | + [mips_arch_list_matching mips3] | |
567 | + run_dump_test_arches "branch-misc-2pic-64" \ | |
568 | + [mips_arch_list_matching mips3] | |
569 | + run_dump_test_arches "branch-misc-4-64" \ | |
570 | + [mips_arch_list_matching mips3] | |
571 | + } | |
567 | 572 | run_dump_test "branch-swap" |
568 | 573 | |
569 | 574 | # Sweep a range of branch offsets so that it hits a position where |