aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-spu.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-06-16 16:16:31 +0000
committerAlan Modra <amodra@gmail.com>2008-06-16 16:16:31 +0000
commit99302af9a20c001bbc360d6c9721ce3fdd429530 (patch)
tree073f35056649b3124448468d78ad6bba9d438372 /bfd/elf32-spu.h
parent7a2de473a3b65c21cdc483217bd37af14c54c6ce (diff)
downloadfsf-binutils-gdb-99302af9a20c001bbc360d6c9721ce3fdd429530.zip
fsf-binutils-gdb-99302af9a20c001bbc360d6c9721ce3fdd429530.tar.gz
fsf-binutils-gdb-99302af9a20c001bbc360d6c9721ce3fdd429530.tar.bz2
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.
Diffstat (limited to 'bfd/elf32-spu.h')
-rw-r--r--bfd/elf32-spu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-spu.h b/bfd/elf32-spu.h
index e0141d5..ec443fd 100644
--- a/bfd/elf32-spu.h
+++ b/bfd/elf32-spu.h
@@ -62,5 +62,5 @@ extern int spu_elf_size_stubs (struct bfd_link_info *,
extern bfd_boolean spu_elf_build_stubs (struct bfd_link_info *, int);
extern asection *spu_elf_check_vma (struct bfd_link_info *, int,
unsigned int, unsigned int, unsigned int,
- unsigned int, void (*) (void),
+ unsigned int, int, void (*) (void),
FILE *(*) (void), void (*) (void));