Restore LDFLAGS in notes.exp
authorAlan Modra <amodra@gmail.com>
Tue, 15 May 2018 10:08:53 +0000 (19:38 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 15 May 2018 11:34:37 +0000 (21:04 +0930)
Fixes an spu-elf test regression due to using the wrong flags.

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

ld/ChangeLog
ld/testsuite/ld-elf/notes.exp

index bb20a460c26b3892045aa934cd43abc2f803a541..78c0d265e2ba399ad9767fa777c6bb6c96e0e9f0 100644 (file)
@@ -1,3 +1,7 @@
+2018-05-15  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/notes.exp: Restore LDFLAGS.
+
 2018-05-14  Nick Clifton  <nickc@redhat.com>
 
        * testsuite/ld-elf/notes.exp: New file: Run new test.
index 5f55d463935658b86d24e9dd729759c4d1900ac8..9bf036ccf80fd51897b7d82bc117bc775d1db3fa 100644 (file)
@@ -41,3 +41,5 @@ run_ld_link_tests [list \
         {{readelf {--wide --notes} note1.r}} \
         "note1.so" ] \
 ]
+
+set LDFLAGS $old_ldflags