bfd/
authorAlan Modra <amodra@gmail.com>
Mon, 16 Jun 2008 16:16:31 +0000 (16:16 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 16 Jun 2008 16:16:31 +0000 (16:16 +0000)
commit99302af9a20c001bbc360d6c9721ce3fdd429530
tree073f35056649b3124448468d78ad6bba9d438372
parent7a2de473a3b65c21cdc483217bd37af14c54c6ce
bfd/
* elf32-spu.c (struct spu_link_hash_table): Add extra_stack_space.
(spu_elf_check_vma): Add extra_stack_space param, copy to htab.
(spu_elf_auto_overlay): Use it.
(RECURSE_UNMARK): Define as 0.
(unmark_overlay_section): Heed RECURSE_UNMARK.
* elf32-spu.h (spu_elf_check_vma): Update prototype.
ld/
* emultempl/spuelf.em (extra_stack_space): New variable.
(gld${EMULATION_NAME}_finish): Pass it to spu_elf_check_vma.
(PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
PARSE_AND_LIST_ARGS_CASES): Handle --extra-stack-space.
* emultempl/spu_ovl.S: Mask interrupts during dma and update of
overlay manager structures.
* emultempl/spu_ovl.o: Regenerate.
bfd/ChangeLog
bfd/elf32-spu.c
bfd/elf32-spu.h
ld/ChangeLog
ld/emultempl/spu_ovl.S
ld/emultempl/spu_ovl.o
ld/emultempl/spuelf.em
This page took 0.024057 seconds and 4 git commands to generate.