* embedspu.sh: Pass -Wa,-noexecstack to $CC.
This commit is contained in:
parent
d078078ddb
commit
c67d8df719
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2008-10-10 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* embedspu.sh: Pass -Wa,-noexecstack to $CC.
|
||||||
|
|
||||||
2008-10-09 Kai Tietz <kai.tietz@onevision.com>
|
2008-10-09 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
* dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type.
|
* dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type.
|
||||||
|
|
|
@ -146,7 +146,7 @@ main ()
|
||||||
# 4. Write a struct spe_program_handle to .data.
|
# 4. Write a struct spe_program_handle to .data.
|
||||||
# 5. Write a table of _SPUEAR_ symbols.
|
# 5. Write a table of _SPUEAR_ symbols.
|
||||||
${CC} ${FLAGS} -x assembler-with-cpp -nostartfiles -nostdlib \
|
${CC} ${FLAGS} -x assembler-with-cpp -nostartfiles -nostdlib \
|
||||||
-Wa,-mbig -Wl,-r -Wl,-x -o ${OUTFILE} - <<EOF
|
-Wa,-mbig -Wa,-noexecstack -Wl,-r -Wl,-x -o ${OUTFILE} - <<EOF
|
||||||
.section .data.spetoe,"aw",@progbits
|
.section .data.spetoe,"aw",@progbits
|
||||||
.p2align 7
|
.p2align 7
|
||||||
__spetoe__:
|
__spetoe__:
|
||||||
|
|
Loading…
Reference in a new issue