summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/scripttempl/elf32xc16xs.sc
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/scripttempl/elf32xc16xs.sc')
-rw-r--r--binutils-2.25/ld/scripttempl/elf32xc16xs.sc15
1 files changed, 12 insertions, 3 deletions
diff --git a/binutils-2.25/ld/scripttempl/elf32xc16xs.sc b/binutils-2.25/ld/scripttempl/elf32xc16xs.sc
index 3565ecec..9265364c 100644
--- a/binutils-2.25/ld/scripttempl/elf32xc16xs.sc
+++ b/binutils-2.25/ld/scripttempl/elf32xc16xs.sc
@@ -1,4 +1,16 @@
+# 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.
+
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")}
@@ -53,12 +65,9 @@ SECTIONS
*(.ldata)
} ${RELOCATING+ > ldata}
-
.vects :
{
*(.vects)
} ${RELOCATING+ > vectarea}
-
-
}
EOF