* ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu.
authorAlan Modra <amodra@gmail.com>
Thu, 22 Mar 2007 23:44:00 +0000 (23:44 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 22 Mar 2007 23:44:00 +0000 (23:44 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/elf.exp

index 1f15714..6bf9ce8 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu.
+
 2003-03-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/4210
index 43c4282..66b5bab 100644 (file)
@@ -1,5 +1,5 @@
 # Expect script for various ELF tests.
-#   Copyright 2002, 2003 Free Software Foundation, Inc.
+#   Copyright 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,6 +22,10 @@ if ![is_elf_format] {
     return
 }
 
+if { [istarget spu*-*-*] } {
+    set LDFLAGS "$LDFLAGS --local-store 0:0"
+}
+
 set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
 foreach t $test_list {
     # We need to strip the ".d", but can leave the dirname.