summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/include.exp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-01-12 13:57:59 +0000
committerAlan Modra <amodra@gmail.com>2009-01-12 13:57:59 +0000
commite497069013ce9d032c86c23a5a818e941c9d2d65 (patch)
treed15fb3fc5cbdd38533957e308efc0e54e725ca01 /ld/testsuite/ld-scripts/include.exp
parent8d8047c402cc77a85d7d3b443ecfb133ff5538cf (diff)
downloadbinutils-gdb-e497069013ce9d032c86c23a5a818e941c9d2d65.tar.gz
* ld-elf/elf.exp: Save and restore LDFLAGS.
* ld-scripts/default-script.exp: Likewise. * ld-scripts/empty-orphan.exp: Likewise, and add to LDFLAGS rather than replacing. * ld-scripts/include.exp: Set --local-store for SPU.
Diffstat (limited to 'ld/testsuite/ld-scripts/include.exp')
-rw-r--r--ld/testsuite/ld-scripts/include.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/include.exp b/ld/testsuite/ld-scripts/include.exp
index 98fd55d22a0..eec5fd80fab 100644
--- a/ld/testsuite/ld-scripts/include.exp
+++ b/ld/testsuite/ld-scripts/include.exp
@@ -26,7 +26,7 @@ if [is_aout_format] {
set old_ldflags $LDFLAGS
if { [istarget spu*-*-*] } {
- set LDFLAGS "$LDFLAGS --no-overlays"
+ set LDFLAGS "$LDFLAGS --local-store 0:0 --no-overlays"
}
set test_list [lsort [glob -nocomplain $srcdir/$subdir/include*.d]]
@@ -36,4 +36,5 @@ foreach test_file $test_list {
verbose $test_name
run_dump_test $test_name
}
+
set LDFLAGS $old_ldflags