From c67d8df719f66676c4bf7d78fd6d1471e85dfb84 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 9 Oct 2008 13:42:30 +0000 Subject: [PATCH] * embedspu.sh: Pass -Wa,-noexecstack to $CC. --- binutils/ChangeLog | 4 ++++ binutils/embedspu.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e31605d..bc97118 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 5f9d20c..8b19e76 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} - <