X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fscripttempl%2Falpha.sc;h=1c6c556180693011da804b3c821d2475976862f3;hb=1ee1a363454d88a87ad2ade7530b2a7fb670021e;hp=44a10c469cd2836a9751042e98523a5b05b56569;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;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 <