ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / ld / scripttempl / h8300sx.sc
index d3807c0d0cd101d1752ff70f6d4f834dee9f8458..5d9a1ef102cf037226470f0b1726f12349e135de 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright (C) 2014-2015 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.
+
 TORS=".tors :
        {
          ___ctors = . ;
@@ -9,9 +15,15 @@ TORS=".tors :
        } > ram"
 
 cat <<EOF
+/* Copyright (C) 2014-2015 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(h8300sx)
-ENTRY("_start")
+${RELOCATING+ENTRY ("_start")}
 
 /* The memory size is 256KB to coincide with the simulator.
    Don't change either without considering the other.  */
This page took 0.02472 seconds and 4 git commands to generate.