OSDN Git Service

bfd/
authoramodra <amodra>
Tue, 29 Jun 2004 14:13:43 +0000 (14:13 +0000)
committeramodra <amodra>
Tue, 29 Jun 2004 14:13:43 +0000 (14:13 +0000)
commitc647c2abfdc9ca1647abe5529a293e3b1944b796
tree12849ec6221ff659c9c039e56768256bf55637d8
parentb90dd0378eda6a1691da9d4986a761132048de04
bfd/
* elf64-mmix.c (mmix_set_relaxable_size): Save original size in
rawsize.
(mmix_elf_perform_relocation): Adjust for above change.
(mmix_elf_relocate_section): Likewise.
(mmix_elf_relax_section): Likewise.  Use output_section->rawsize.
(mmix_elf_get_section_contents): Delete.
(bfd_elf64_get_section_contents): Delete.
(mmix_elf_relocate_section): Zero stub area.
* linker.c (default_indirect_link_order): Alloc max of section size
and rawsize.
* simple.c (bfd_simple_get_relocated_section_contents): Likewise.
* section.c (bfd_malloc_and_get_section): Likewise.
(struct bfd_section): Update rawsize comment.
* bfd-in2.h: Regenerate.
ld/
* ldlang.c (lang_reset_memory_regions): Save last relax pass section
size in rawsize.
bfd/ChangeLog
bfd/bfd-in2.h
bfd/elf64-mmix.c
bfd/linker.c
bfd/section.c
bfd/simple.c
ld/ChangeLog
ld/ldlang.c