* ld-mips-elf/mips-elf.exp: Only run jalbal if n32 is supported.

This commit is contained in:
Richard Sandiford 2004-12-13 13:09:55 +00:00
parent c0d8293fa5
commit 1f0f3e9b89
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-13 Richard Sandiford <rsandifo@redhat.com>
* ld-mips-elf/mips-elf.exp: Only run jalbal if n32 is supported.
2004-12-11 Alan Modra <amodra@bigpond.net.au>
* ld-mmix/bpo-1.d: Update for changed section syms.

View File

@ -81,4 +81,6 @@ if {$has_newabi && $linux_gnu} {
}
run_dump_test "jaloverflow"
run_dump_test "jalbal"
if {$has_newabi} {
run_dump_test "jalbal"
}