Use an accessor function for general_symbol_info::language
[deliverable/binutils-gdb.git] / binutils / embedspu.sh
index 5f9d20cb5b49cb6f0339b2eeed86ba863b65b919..49f8e75513a63d43ff43d1816fc33960d1b08f9a 100644 (file)
@@ -1,7 +1,7 @@
-#! /bin/sh 
+#! /bin/sh
 # Embed an SPU ELF executable into a PowerPC object file.
 #
-# Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006-2019 Free Software Foundation, Inc.
 #
 # This file is part of GNU Binutils.
 #
@@ -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__:
This page took 0.036133 seconds and 4 git commands to generate.