X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-scripts%2Fdefault-script.exp;h=2e6fce0a7c5f82843ccb43b2da84c58b1849be03;hp=202f5324dec0495754694c56028bdb28b7759fa3;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/testsuite/ld-scripts/default-script.exp b/ld/testsuite/ld-scripts/default-script.exp index 202f532..2e6fce0 100644 --- a/ld/testsuite/ld-scripts/default-script.exp +++ b/ld/testsuite/ld-scripts/default-script.exp @@ -1,5 +1,5 @@ # Test --default-script/-dT -# Copyright 2007 +# Copyright 2007, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. @@ -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