From: Alan Modra Date: Thu, 9 Oct 2008 13:42:30 +0000 (+0000) Subject: * embedspu.sh: Pass -Wa,-noexecstack to $CC. X-Git-Tag: sid-snapshot-20081201~403 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c67d8df719f66676c4bf7d78fd6d1471e85dfb84;p=thirdparty%2Fbinutils-gdb.git * embedspu.sh: Pass -Wa,-noexecstack to $CC. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e31605d504a..bc971184506 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2008-10-10 Alan Modra + + * embedspu.sh: Pass -Wa,-noexecstack to $CC. + 2008-10-09 Kai Tietz * dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type. diff --git a/binutils/embedspu.sh b/binutils/embedspu.sh index 5f9d20cb5b4..8b19e766e92 100644 --- a/binutils/embedspu.sh +++ b/binutils/embedspu.sh @@ -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} - <