diff options
Diffstat (limited to 'ld/scripttempl/hppaelf.sc')
-rw-r--r-- | ld/scripttempl/hppaelf.sc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/scripttempl/hppaelf.sc b/ld/scripttempl/hppaelf.sc index a96ad54..39d9b58 100644 --- a/ld/scripttempl/hppaelf.sc +++ b/ld/scripttempl/hppaelf.sc @@ -1,6 +1,19 @@ +# Copyright (C) 2014 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. + DATA_ADDR=0x40000000 test "$LD_FLAG" = "N" && DATA_ADDR=. + cat <<EOF +/* Copyright (C) 2014 Free Software Foundation, Inc. + + Copying and distribution of this script, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. */ + OUTPUT_FORMAT("${OUTPUT_FORMAT}") OUTPUT_ARCH(${ARCH}) ${RELOCATING+ENTRY("\$START\$")} |