X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=ld%2Fscripttempl%2Falpha.sc;h=5f3a8bf3cab7ec47f2d0e3cac1ddb4a3a7fc7706;hb=2bf2bf23da;hp=44a10c469cd2836a9751042e98523a5b05b56569;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=binutils-gdb.git diff --git a/ld/scripttempl/alpha.sc b/ld/scripttempl/alpha.sc index 44a10c469cd..5f3a8bf3cab 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-2018 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 <