X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2Fembedspu.sh;h=39007aea10f879e430d86ca96b042c9b33368936;hb=8677059126a84cb9f71371beb8688138a41014fc;hp=5f9d20cb5b49cb6f0339b2eeed86ba863b65b919;hpb=cef1fe971fc0fc51c87b64f242d49fbe2cfe5351;p=binutils-gdb.git diff --git a/binutils/embedspu.sh b/binutils/embedspu.sh index 5f9d20cb5b4..39007aea10f 100644 --- a/binutils/embedspu.sh +++ b/binutils/embedspu.sh @@ -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-2021 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} - <