mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
PR ld/11931
* ldlang.h (lang_for_each_statement_worker): Declare. * ldlang.c (lang_for_each_statement_worker): Make global. Don't recurse into children of output_section_statement with constraint set to -1. (print_assignment): Handle NULL output_section->bfd_section. (lang_size_sections_1): Ignore output section statement address when constraint is -1. * emultempl/xtensaelf.em (lang_for_each_statement_worker): Delete.
This commit is contained in:
12
ld/ChangeLog
12
ld/ChangeLog
@ -1,3 +1,15 @@
|
||||
2010-09-10 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR ld/11931
|
||||
* ldlang.h (lang_for_each_statement_worker): Declare.
|
||||
* ldlang.c (lang_for_each_statement_worker): Make global. Don't
|
||||
recurse into children of output_section_statement with constraint
|
||||
set to -1.
|
||||
(print_assignment): Handle NULL output_section->bfd_section.
|
||||
(lang_size_sections_1): Ignore output section statement address
|
||||
when constraint is -1.
|
||||
* emultempl/xtensaelf.em (lang_for_each_statement_worker): Delete.
|
||||
|
||||
2010-09-09 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* NEWS: Add a entry for alpha-vms.
|
||||
|
Reference in New Issue
Block a user