mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-01 16:35:04 +00:00
* ld-mips-elf/mips-elf.exp: Only run jalbal if n32 is supported.
This commit is contained in:
parent
c0d8293fa5
commit
1f0f3e9b89
@ -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.
|
||||
|
@ -81,4 +81,6 @@ if {$has_newabi && $linux_gnu} {
|
||||
}
|
||||
|
||||
run_dump_test "jaloverflow"
|
||||
run_dump_test "jalbal"
|
||||
if {$has_newabi} {
|
||||
run_dump_test "jalbal"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user