Remove IEEE 695 object support
[deliverable/binutils-gdb.git] / ld / scripttempl / h8300sx.sc
index 247e9777e5e22175c11671037ec4c1f5e4e2b303..ea8d49b9598c2312520448a2e591108c7b1f3221 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright (C) 2014-2018 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,6 +15,12 @@ TORS=".tors :
        } > ram"
 
 cat <<EOF
+/* Copyright (C) 2014-2018 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)
 ${RELOCATING+ENTRY ("_start")}
@@ -49,7 +61,7 @@ SECTIONS
          *(.rodata)
          *(.text)
          *(.strings)
-         ${RELOCATING+ _etext = . ; }
+         ${RELOCATING+ _etext = . ; }
        } ${RELOCATING+ > ram}
 
 ${CONSTRUCTING+${TORS}}
This page took 0.024621 seconds and 4 git commands to generate.