X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2Fscripttempl%2Fmips.sc;h=bbbb91595d3706899a16a02ca9d8ef2ef8cf5b5d;hb=c0b0a14290e1909a6cc3febb443560c3e95562c2;hp=d60aeedfeebcf0645a5d79092209298d0edc42e9;hpb=252b5132c753830d5fd56823373aed85f2a0db63;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/scripttempl/mips.sc b/ld/scripttempl/mips.sc index d60aeedfee..bbbb91595d 100644 --- a/ld/scripttempl/mips.sc +++ b/ld/scripttempl/mips.sc @@ -1,7 +1,15 @@ # Linker script for MIPS systems. # Ian Lance Taylor . +# +# Copyright (C) 2014-2020 Free Software Foundation, Inc. +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. +# # These variables may be overridden by the emulation file. The # defaults are appropriate for a DECstation running Ultrix. + test -z "$ENTRY" && ENTRY=__start if [ -z "$EMBEDDED" ]; then @@ -14,27 +22,31 @@ if test "x$LD_FLAG" = "xn" -o "x$LD_FLAG" = "xN"; then else test -z "$DATA_ADDR" && DATA_ADDR=0x10000000 fi + cat <