[ARC] Enable .cfi_* pseudo-ops.
[deliverable/binutils-gdb.git] / ld / scripttempl / h8300sxn.sc
index 0b1bcf1196f84261d71383d4563c3d7ca8c47900..2e4a3762415dd5a34db98f86c8905caa0e0de722 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(h8300sxn)
-ENTRY("_start")
+${RELOCATING+ENTRY ("_start")}
 
 MEMORY
 {
This page took 0.034656 seconds and 4 git commands to generate.