bfd/
commitb70ce7605bd2f79944a1ba3f2653529eee6b4a7b
authorAlan Modra <amodra@bigpond.net.au>
Mon, 16 Jun 2008 16:16:31 +0000 (16 16:16 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 16 Jun 2008 16:16:31 +0000 (16 16:16 +0000)
tree283161a6ce7954d5ca5065b07962b9f60ef08f3e
parent0bcc57e24f5242bb98e21fe526f25dca45c070f9
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