PowerPC .gnu.attributes
[deliverable/binutils-gdb.git] / ld / scripttempl / i386msdos.sc
index 783f2d9f9139a9d8cc929d352ebaa5f33026ae0d..208256d052b597477aab77a64c77d61cecc3c90f 100644 (file)
@@ -1,4 +1,16 @@
+# 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.
+
 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(${ARCH})
 
@@ -14,12 +26,10 @@ SECTIONS
     ${RELOCATING+etext = .;}
     ${RELOCATING+_etext = .;}
     ${RELOCATING+__etext = .;}
-    ${PAD_TEXT+${RELOCATING+. = ${DATA_ALIGNMENT};}}
   }
-  ${RELOCATING+. = ${DATA_ALIGNMENT};}
-  .rodata  ${RELOCATING-0} : { *(.rodata)  }
   .data :
   {
+    *(.rodata)
     *(.data)
     ${CONSTRUCTING+CONSTRUCTORS}
     ${RELOCATING+edata  =  .;}
This page took 0.024876 seconds and 4 git commands to generate.