mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-11 10:11:42 +08:00
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:
@ -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>
|
2018-05-14 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* testsuite/ld-elf/notes.exp: New file: Run new test.
|
* testsuite/ld-elf/notes.exp: New file: Run new test.
|
||||||
|
@ -41,3 +41,5 @@ run_ld_link_tests [list \
|
|||||||
{{readelf {--wide --notes} note1.r}} \
|
{{readelf {--wide --notes} note1.r}} \
|
||||||
"note1.so" ] \
|
"note1.so" ] \
|
||||||
]
|
]
|
||||||
|
|
||||||
|
set LDFLAGS $old_ldflags
|
||||||
|
Reference in New Issue
Block a user