mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* ld-scripts/rgn-over.exp: Add --no-overlays for spu.
This commit is contained in:
@ -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>
|
2007-11-28 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* ld-mn10300/i135409-5.s: New test case. Check for relaxation to
|
* ld-mn10300/i135409-5.s: New test case. Check for relaxation to
|
||||||
|
@ -24,6 +24,11 @@ if ![is_elf_format] {
|
|||||||
|
|
||||||
load_lib ld-lib.exp
|
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]]
|
set test_list [lsort [glob -nocomplain $srcdir/$subdir/rgn-over*.d]]
|
||||||
foreach test_file $test_list {
|
foreach test_file $test_list {
|
||||||
set test_name [file rootname $test_file]
|
set test_name [file rootname $test_file]
|
||||||
@ -44,3 +49,4 @@ foreach test_file $test_list {
|
|||||||
untested $testname
|
untested $testname
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
set LDFLAGS $old_ldflags
|
||||||
|
Reference in New Issue
Block a user