mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 03:03:31 +08:00
Fix r6-branch-constraints test when run with n64 as default ABI
gas/testsuite/ * gas/mips/mips.exp: Require o32 for r6-branch-constraints.
This commit is contained in:
parent
f6fe1ccd62
commit
2ca4ff6d5b
@ -1,3 +1,7 @@
|
||||
2015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
|
||||
|
||||
* gas/mips/mips.exp: Require o32 for r6-branch-constraints.
|
||||
|
||||
2015-04-23 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* gas/i386/avx512dq.d: Add 'z' suffix to vfpclassp{d,s} non-
|
||||
|
@ -1455,5 +1455,6 @@ if { [istarget mips*-*-vxworks*] } {
|
||||
run_list_test_arches "r6-removed" "-32" [mips_arch_list_matching mips32r6]
|
||||
run_list_test_arches "r6-64-removed" [mips_arch_list_matching mips64r6]
|
||||
|
||||
run_list_test_arches "r6-branch-constraints" [mips_arch_list_matching mips32r6]
|
||||
run_list_test_arches "r6-branch-constraints" "-32" \
|
||||
[mips_arch_list_matching mips32r6]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user