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.
This commit is contained in:
parent
e51af1571f
commit
d7f20d660a
2 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
|
||||
|
||||
* testsuite/gas/mips/mips.exp: Restrict 64-bit `branch-mips'
|
||||
tests to NewABI targets.
|
||||
|
||||
2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
|
||||
|
||||
* testsuite/gas/mips/mips.exp: Group `branch-misc' tests
|
||||
|
|
|
@ -559,11 +559,16 @@ if { [istarget mips*-*-vxworks*] } {
|
|||
run_dump_test_arches "branch-misc-1" [mips_arch_list_matching mips1]
|
||||
run_dump_test_arches "branch-misc-2" [mips_arch_list_matching mips1]
|
||||
run_dump_test_arches "branch-misc-2pic" [mips_arch_list_matching mips1]
|
||||
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]
|
||||
if $has_newabi {
|
||||
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_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
|
||||
|
|
Loading…
Add table
Reference in a new issue