* ld-scripts/rgn-over.exp: Add --no-overlays for spu.
authorAlan Modra <amodra@gmail.com>
Fri, 14 Dec 2007 21:54:50 +0000 (21:54 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 14 Dec 2007 21:54:50 +0000 (21:54 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/rgn-over.exp

index fc7671ab82e6aa9793a90854298ec90b0f99c6db..3098e083519397f34e599328a54c88499622b699 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-scripts/rgn-over.exp: Add --no-overlays for spu.
+
 2007-11-28  Nick Clifton  <nickc@redhat.com>
 
        * ld-mn10300/i135409-5.s: New test case.  Check for relaxation to
index 76e8206bca3c7736d8e1a0ed6ab61a63e0172710..509f7ff328fad8097d3bbd76880b06989fa9389f 100644 (file)
@@ -24,6 +24,11 @@ if ![is_elf_format] {
 
 load_lib ld-lib.exp
 
+set old_ldflags $LDFLAGS
+if { [istarget spu*-*-*] } {
+    set LDFLAGS "$LDFLAGS --no-overlays"
+}
+
 set test_list [lsort [glob -nocomplain $srcdir/$subdir/rgn-over*.d]]
 foreach test_file $test_list {
     set test_name [file rootname $test_file]
@@ -44,3 +49,4 @@ foreach test_file $test_list {
        untested $testname
     }
 }
+set LDFLAGS $old_ldflags
This page took 0.042794 seconds and 4 git commands to generate.