diff options
author | Alan Modra <amodra@gmail.com> | 2009-01-12 13:57:59 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-01-12 13:57:59 +0000 |
commit | e497069013ce9d032c86c23a5a818e941c9d2d65 (patch) | |
tree | d15fb3fc5cbdd38533957e308efc0e54e725ca01 /ld/testsuite/ld-scripts/default-script.exp | |
parent | really regenerate this time (diff) | |
download | binutils-gdb-e497069013ce9d032c86c23a5a818e941c9d2d65.tar.gz binutils-gdb-e497069013ce9d032c86c23a5a818e941c9d2d65.tar.bz2 binutils-gdb-e497069013ce9d032c86c23a5a818e941c9d2d65.zip |
* 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.exp | 2 |
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 202f5324dec..b7d10ed1afd 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 |