* ld-mips-elf/mips-elf.exp: Only run jalbal if n32 is supported.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 13 Dec 2004 13:09:55 +0000 (13:09 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Mon, 13 Dec 2004 13:09:55 +0000 (13:09 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-mips-elf/mips-elf.exp

index f3b2a3278124cb31787ff0b5c70bb9fc798c85e5..14a6fa1985ca15d80d4b33f1cf81bf1fc50b02ec 100644 (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.
index 1c4c3279a0ac2c42eca7fd66475fc0b50da3e0d1..36e29c50169783ee38d29cbac02c0f04cc659a27 100644 (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"
+}