bfd/
authorAlan Modra <amodra@gmail.com>
Thu, 25 Feb 2010 03:49:15 +0000 (03:49 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 25 Feb 2010 03:49:15 +0000 (03:49 +0000)
commitdfa7b0b81709461db624556e4826b98994533f05
tree7e151fd80c35ef6d73ac91401a9c44966dc087b1
parent63d0fa4e9e574017c5b6df9bec23771a63f7b3cd
bfd/
PR ld/11304
* elf.c (_bfd_elf_init_private_section_data): Rename need_group
to final_link and invert.  For final link allow some flags to
differ.  Don't specially allow flags to be all zero.
ld/
* ldlang.c (init_os): Remove isec param.  Don't check for
bfd_section already set or call bfd_init_private_section_data
here.
(exp_init_os): Update init_os call.
(lang_add_section): Tidy.  Really don't set SEC_LINK_ONCE
flags.  Call bfd_init_private_section_data here.
(map_input_to_output_sections): Tidy.  Update init_os calls.
Use os->sectype to select sec flags for lang_data_statement.
bfd/ChangeLog
bfd/elf.c
ld/ChangeLog
ld/ldlang.c