ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-orphan.exp
index 59a51a80ca780a315442a74afed981d5a07ab812..701ead3212a28870f95db685b123d37e6297641a 100644 (file)
@@ -1,7 +1,6 @@
 # Make sure orphan sections do not lead to huge output files.
 # By David Heine, Tensilica, Inc.
-#   Copyright 2005, 2006, 2007
-#   Free Software Foundation, Inc.
+#   Copyright (C) 2005-2015 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -25,10 +24,13 @@ if ![is_elf_format] {
     return
 }
 
+set old_ldflags $LDFLAGS
 if { [istarget spu*-*-*] } {
-    set LDFLAGS "--local-store 0:0"
+    set LDFLAGS "$LDFLAGS --local-store 0:0"
 }
 
 set testname "empty-orphan"
 
 run_dump_test empty-orphan
+
+set LDFLAGS $old_ldflags
This page took 0.025194 seconds and 4 git commands to generate.