aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/default-script.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/default-script.exp
parent8d8047c402cc77a85d7d3b443ecfb133ff5538cf (diff)
downloadgdb-e497069013ce9d032c86c23a5a818e941c9d2d65.zip
gdb-e497069013ce9d032c86c23a5a818e941c9d2d65.tar.gz
gdb-e497069013ce9d032c86c23a5a818e941c9d2d65.tar.bz2
* 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/default-script.exp')
-rw-r--r--ld/testsuite/ld-scripts/default-script.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/default-script.exp b/ld/testsuite/ld-scripts/default-script.exp
index 202f532..b7d10ed 100644
--- a/ld/testsuite/ld-scripts/default-script.exp
+++ b/ld/testsuite/ld-scripts/default-script.exp
@@ -19,6 +19,7 @@
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
# MA 02110-1301, USA.
+set old_ldflags $LDFLAGS
if { [istarget spu*-*-*] } {
set LDFLAGS "$LDFLAGS --local-store 0:0"
}
@@ -30,3 +31,4 @@ foreach t $test_list {
run_dump_test [file rootname $t]
}
+set LDFLAGS $old_ldflags