This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Restore LDFLAGS in notes.exp


Fixes an spu-elf test regression due to using the wrong flags.

	* testsuite/ld-elf/notes.exp: Restore LDFLAGS.

diff --git a/ld/testsuite/ld-elf/notes.exp b/ld/testsuite/ld-elf/notes.exp
index 5f55d46393..9bf036ccf8 100644
--- a/ld/testsuite/ld-elf/notes.exp
+++ b/ld/testsuite/ld-elf/notes.exp
@@ -41,3 +41,5 @@ run_ld_link_tests [list \
 	 {{readelf {--wide --notes} note1.r}} \
 	 "note1.so" ] \
 ]
+
+set LDFLAGS $old_ldflags

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]