diff options
author | Alan Modra <amodra@gmail.com> | 2004-06-29 14:13:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-06-29 14:13:47 +0000 |
commit | 1a23a9e6139ff1d1b19d242cf9c47f06c326df08 (patch) | |
tree | 768ba9a14f576385aa26e83c963c55f3a835a777 /bfd/ChangeLog | |
parent | e87a64e1f0fb7718a214f10d6c31ce2050d4a760 (diff) | |
download | gdb-1a23a9e6139ff1d1b19d242cf9c47f06c326df08.zip gdb-1a23a9e6139ff1d1b19d242cf9c47f06c326df08.tar.gz gdb-1a23a9e6139ff1d1b19d242cf9c47f06c326df08.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8e60114..c181a37 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,20 @@ 2004-06-29 Alan Modra <amodra@bigpond.net.au> + * 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. + * reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize. 2004-06-29 Alan Modra <amodra@bigpond.net.au> |