* ld-scripts/default-script.exp: Add "--local-store 0:0" to
authorAlan Modra <amodra@gmail.com>
Thu, 1 Feb 2007 05:12:11 +0000 (05:12 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 1 Feb 2007 05:12:11 +0000 (05:12 +0000)
LDFLAGS for spu.

ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/default-script.exp

index 4fac3b0ae63376295bb31a77b9cce68f72d4061c..461e10ea23a1921196140ea9e3fe3511f8261a1c 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-scripts/default-script.exp: Add "--local-store 0:0" to
+       LDFLAGS for spu.
+
 2007-01-29  Julian Brown  <julian@codesourcery.com>
 
        * ld-arm/arm-elf.exp: Add VFP11 tests.
index ade42591d1aefea6871eb3783ddc1da785cecc98..e496e9c0c7497b85448b4b0586348e89d572ac05 100644 (file)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
+if { [istarget spu*-*-*] } {
+    set LDFLAGS "$LDFLAGS --local-store 0:0"
+}
+
 set test_list [lsort [glob -nocomplain $srcdir/$subdir/default-script*.d]]
 foreach t $test_list {
     # We need to strip the ".d", but can leave the dirname.