bfd/
authorAlan Modra <amodra@gmail.com>
Thu, 20 Mar 2008 05:35:10 +0000 (05:35 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 20 Mar 2008 05:35:10 +0000 (05:35 +0000)
commitc65be8d78a6822e12d6037afdaddcde688f90f7a
treea2a6087ae9094b62e3ef353201e21527a89df19c
parenteb42429a935fcf4d18085b7ba01137083cee8857
bfd/
* elf32-spu.c (spu_elf_create_sections): Remove output_bfd parameter.
(spu_elf_find_overlays, spu_elf_size_stubs): Likewise
(process_stubs, discover_functions, build_call_tree): Likewise.
(spu_elf_stack_analysis): Likewise.
(spu_elf_check_vma): Likewise.  Move.
(struct call_info): Make "is_tail" a bitfield.
(insert_callee): Clear fun->start and set fun->is_func if we find
a non-tail call.
* elf32-spu.h (spu_elf_create_sections): Update prototype.
(spu_elf_find_overlays, spu_elf_size_stubs, spu_elf_check_vma): Ditto.
ld/
* emultempl/spuelf.em: Update calls to elf32-spu.c funcs.
bfd/ChangeLog
bfd/elf32-spu.c
bfd/elf32-spu.h
ld/ChangeLog
ld/emultempl/spuelf.em