]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* bfd-in.h (bfd_get_section_limit): Don't use rawsize with output
authorAlan Modra <amodra@gmail.com>
Mon, 11 Apr 2011 04:08:13 +0000 (04:08 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 11 Apr 2011 04:08:13 +0000 (04:08 +0000)
commite57278ef9d811d78f6db04a11ea4810ca6ae2575
tree5d4cef8d28e53b1531921e76c259b68618281c52
parent6edcf5b8e0d9b18f11019d87bf217924abbe3322
* bfd-in.h (bfd_get_section_limit): Don't use rawsize with output
sections.
* libbfd.c (_bfd_generic_get_section_contents): Likewise.
(_bfd_generic_get_section_contents_in_window): Likewise.
* section.c (bfd_get_section_contents): Likewise.
* compress.c (bfd_get_full_section_contents): Likewise.
* elf32-rx.c (rx_final_link): Ignore rawsize.
* elf32-microblaze.c (microblaze_elf_relocate_section): Use correct
bfd with bfd_get_section_limit.
* elfxx-ia64.c (elfNN_ia64_choose_gp): Add "final" parameter.  Use
os->size during final link.  Update callers.
* bfd-in2.h: Regenerate.
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/compress.c
bfd/elf32-microblaze.c
bfd/elf32-rx.c
bfd/elfxx-ia64.c
bfd/libbfd.c
bfd/section.c