mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Fix link time warning message when running the srec linker tests.
* testsuite/ld-srec/srec.exp (run_srec_test): Set start address.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2017-10-09 Nick Clifton <nickc@redhat.com>
|
2017-10-09 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* testsuite/ld-srec/srec.exp (run_srec_test): Set start address.
|
||||||
|
|
||||||
PR ld/19874
|
PR ld/19874
|
||||||
* testsuite/ld-x86-64/pr19784c.c (bar): Change return type to void.
|
* testsuite/ld-x86-64/pr19784c.c (bar): Change return type to void.
|
||||||
|
|
||||||
|
@ -229,7 +229,7 @@ proc run_srec_test { test objs } {
|
|||||||
|
|
||||||
# Tell the ELF linker to not do anything clever with .eh_frame,
|
# Tell the ELF linker to not do anything clever with .eh_frame,
|
||||||
# not to put anything in small data, and define various symbols.
|
# not to put anything in small data, and define various symbols.
|
||||||
set flags "--traditional-format -G 0 "
|
set flags "--traditional-format -G 0 -e 0 "
|
||||||
append flags [ld_link_defsyms]
|
append flags [ld_link_defsyms]
|
||||||
|
|
||||||
# If the linker script uses SIZEOF_HEADERS, use a -Ttext argument
|
# If the linker script uses SIZEOF_HEADERS, use a -Ttext argument
|
||||||
|
Reference in New Issue
Block a user