diff options
Diffstat (limited to 'ld/scripttempl/m68kaux.sc')
-rw-r--r-- | ld/scripttempl/m68kaux.sc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/scripttempl/m68kaux.sc b/ld/scripttempl/m68kaux.sc index 09032be..6486e28 100644 --- a/ld/scripttempl/m68kaux.sc +++ b/ld/scripttempl/m68kaux.sc @@ -1,4 +1,11 @@ # Linker script for A/UX. +# +# 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. + test -z "$ENTRY" && ENTRY=_start INIT='.init : { *(.init) }' FINI='.fini : { *(.fini) }' @@ -6,6 +13,12 @@ CTORS='.ctors : { *(.ctors) }' DTORS='.dtors : { *(.dtors) }' 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}") ${LIB_SEARCH_DIRS} |