From: Alan Modra Date: Tue, 15 May 2018 10:08:53 +0000 (+0930) Subject: Restore LDFLAGS in notes.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa82c0d347b6380c0d80263be0613bca88ca4536;p=binutils-gdb.git 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/ChangeLog b/ld/ChangeLog index bb20a460c26..78c0d265e2b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2018-05-15 Alan Modra + + * testsuite/ld-elf/notes.exp: Restore LDFLAGS. + 2018-05-14 Nick Clifton * testsuite/ld-elf/notes.exp: New file: Run new test. diff --git a/ld/testsuite/ld-elf/notes.exp b/ld/testsuite/ld-elf/notes.exp index 5f55d463935..9bf036ccf80 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