diff options
Diffstat (limited to 'ld/scripttempl/ppcpe.sc')
-rw-r--r-- | ld/scripttempl/ppcpe.sc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/scripttempl/ppcpe.sc b/ld/scripttempl/ppcpe.sc index 182fbe5..f67cab8 100644 --- a/ld/scripttempl/ppcpe.sc +++ b/ld/scripttempl/ppcpe.sc @@ -2,11 +2,25 @@ # Loosely based on Steve Chamberlain's pe.sc. # All new mistakes should be credited to Kim Knuttila (krk@cygnus.com) # +# 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. +# # These are substituted in as variables in order to get '}' in a shell # conditional expansion. + INIT='.init : { *(.init) }' FINI='.fini : { *(.fini) }' + 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} |