mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
* embedspu.sh: Pass -Wa,-noexecstack to $CC.
This commit is contained in:
parent
d078078ddb
commit
c67d8df719
@ -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>
|
||||
|
||||
* 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.
|
||||
# 5. Write a table of _SPUEAR_ symbols.
|
||||
${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
|
||||
.p2align 7
|
||||
__spetoe__:
|
||||
|
Loading…
Reference in New Issue
Block a user