Restore LDFLAGS in notes.exp

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

	* testsuite/ld-elf/notes.exp: Restore LDFLAGS.
This commit is contained in:
Alan Modra
2018-05-15 19:38:53 +09:30
parent 679ca9753b
commit aa82c0d347
2 changed files with 6 additions and 0 deletions

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

View File

@ -41,3 +41,5 @@ run_ld_link_tests [list \
{{readelf {--wide --notes} note1.r}} \
"note1.so" ] \
]
set LDFLAGS $old_ldflags