X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2Fscripttempl%2Falpha.sc;h=1c6c556180693011da804b3c821d2475976862f3;hb=767be9d907ae92a943cec9d2de4f52e077335ba7;hp=44a10c469cd2836a9751042e98523a5b05b56569;hpb=2ee563b53258d390d7446e90a67f465d504ae44c;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/scripttempl/alpha.sc b/ld/scripttempl/alpha.sc index 44a10c469c..1c6c556180 100644 --- a/ld/scripttempl/alpha.sc +++ b/ld/scripttempl/alpha.sc @@ -2,6 +2,13 @@ # Ian Lance Taylor . # These variables may be overridden by the emulation file. The # defaults are appropriate for an Alpha running OSF/1. +# +# 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. + test -z "$ENTRY" && ENTRY=__start test -z "$TEXT_START_ADDR" && TEXT_START_ADDR="0x120000000 + SIZEOF_HEADERS" if test "x$LD_FLAG" = "xn" -o "x$LD_FLAG" = "xN"; then @@ -10,25 +17,31 @@ else test -z "$DATA_ADDR" && DATA_ADDR=0x140000000 fi cat <