* ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu.

This commit is contained in:
Alan Modra 2007-03-22 23:44:00 +00:00
parent 32f1924dfe
commit 9f264ea9a7
2 changed files with 9 additions and 1 deletions

View 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

View 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.