* ld-scripts/rgn-over.exp: Add --no-overlays for spu.

This commit is contained in:
Alan Modra 2007-12-14 21:54:50 +00:00
parent 17a1d0a9b2
commit 58b9344cf3
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-12-15 Alan Modra <amodra@bigpond.net.au>
* ld-scripts/rgn-over.exp: Add --no-overlays for spu.
2007-11-28 Nick Clifton <nickc@redhat.com>
* ld-mn10300/i135409-5.s: New test case. Check for relaxation to

View File

@ -24,6 +24,11 @@ if ![is_elf_format] {
load_lib ld-lib.exp
set old_ldflags $LDFLAGS
if { [istarget spu*-*-*] } {
set LDFLAGS "$LDFLAGS --no-overlays"
}
set test_list [lsort [glob -nocomplain $srcdir/$subdir/rgn-over*.d]]
foreach test_file $test_list {
set test_name [file rootname $test_file]
@ -44,3 +49,4 @@ foreach test_file $test_list {
untested $testname
}
}
set LDFLAGS $old_ldflags