X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fembedspu.sh;h=49f8e75513a63d43ff43d1816fc33960d1b08f9a;hb=b437bfe0f4cf06559ca4c508a2869383196ddc6b;hp=5f9d20cb5b49cb6f0339b2eeed86ba863b65b919;hpb=cef1fe971fc0fc51c87b64f242d49fbe2cfe5351;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/embedspu.sh b/binutils/embedspu.sh index 5f9d20cb5b..49f8e75513 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-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} - <