-Wimplicit-fallthrough error fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / h8300sn.sc
index b2647ca4058c9280b16ecce045b857c77cc07129..faa59bf342fedd0a70aa6d4110ceed505be39c80 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.
+
 TORS=".tors :
        {
          ___ctors = . ;
@@ -9,9 +15,15 @@ TORS=".tors :
        } > ram"
 
 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}")
 OUTPUT_ARCH(h8300sn)
-ENTRY("_start")
+${RELOCATING+ENTRY ("_start")}
 
 MEMORY
 {
This page took 0.025463 seconds and 4 git commands to generate.