bfd/
authorAlan Modra <amodra@gmail.com>
Thu, 16 Sep 2010 00:06:12 +0000 (00:06 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 16 Sep 2010 00:06:12 +0000 (00:06 +0000)
commit2e76e85a380390ce45e72a41822d29985261a529
treeecf9b1cf665def17c7ab6a1a5cb3340478c99b47
parent15ed0ef36bbfa677eb04458702a94d401a7760ba
bfd/
* elf.c (bfd_elf_get_default_section_type): Don't test SEC_NEVER_LOAD.
* elflink.c (elf_link_input_bfd): Likewise.
ld/
* ld.texinfo (NOLOAD): Do not erroneously state that contents will
appear in output file.
* ldlang.c (lang_add_section): Clear SEC_HAS_CONTENTS on noload
unless SEC_COFF_SHARED_LIBRARY.
(map_input_to_output_sections): Don't set SEC_HAS_CONTENTS for noload
output sections.
(lang_size_sections_1): Don't test SEC_NEVER_LOAD when deciding
to update dot in region.  Ditto when setting SEC_ALLOC if dot
advanced due to assignment.
* ldwrite.c (build_link_order): Don't test SEC_NEVER_LOAD.
bfd/ChangeLog
bfd/elf.c
bfd/elflink.c
ld/ChangeLog
ld/ld.texinfo
ld/ldlang.c
ld/ldwrite.c
This page took 0.024937 seconds and 4 git commands to generate.