* bfd-in.h (bfd_get_section_limit): Don't use rawsize with output
commit16beaaa62261c6bf0650e68a4f163c826b9fd79e
authorAlan Modra <amodra@bigpond.net.au>
Mon, 11 Apr 2011 04:08:07 +0000 (11 04:08 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 11 Apr 2011 04:08:07 +0000 (11 04:08 +0000)
treec2750a4fd45b32481e87a2770789e87119c0e34b
parent3e04863170d9d0863281e441b304398ccdc6292f
* 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