Use target_terminal_ours_for_output in cp-support.c
[deliverable/binutils-gdb.git] / ld / scripttempl / nds32elf.sc
index 076e120b4496d75b2a5794d04e20f208e3117c27..f85821d59db62e919031e2d9b8d1b23c97227b2f 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright (C) 2014-2016 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.
+
 #  This file is variant of elf.sc.  For nds32, because the data will be
 #  classified into different sections according to their size, this script
 #  describe these sections map.  The order is ".sdata_d, .sdata_w, .sdata_h,
@@ -255,7 +261,7 @@ else
   SIZEOF_HEADERS_CODE=
 fi
 
-# if this is for an embedded system, don't add SIZEOF_HEADERS.
+# If this is for an embedded system, don't add SIZEOF_HEADERS.
 if [ -z "$EMBEDDED" ]; then
    test -z "${TEXT_BASE_ADDRESS}" && TEXT_BASE_ADDRESS="${TEXT_START_ADDR}${SIZEOF_HEADERS_CODE}"
     NDS32_INIT=""
@@ -265,6 +271,12 @@ else
 fi
 
 cat <<EOF
+/* Copyright (C) 2014-2016 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}", "${BIG_OUTPUT_FORMAT}",
              "${LITTLE_OUTPUT_FORMAT}")
 OUTPUT_ARCH(${OUTPUT_ARCH})
This page took 0.023378 seconds and 4 git commands to generate.