* doc/c-alpha.texi: Add docs for tls relocations.
[deliverable/binutils-gdb.git] / ld / scripttempl / armaout.sc
index e9276a877e1d0793f6c4e634e81cbf9523ec654f..9bae887ddb43d2695c0b437339ec16e28f694e29 100644 (file)
@@ -20,10 +20,10 @@ SECTIONS
     ${RELOCATING+__sdata_ = .;}
     *(.data)
     ${CONSTRUCTING+CONSTRUCTORS}
-    ${RELOCATING+_edata  =  .;}
-    ${RELOCATING+__edata  =  .;}
+    ${RELOCATING+_edata  =  ${DATA_ALIGNMENT};}
+    ${RELOCATING+__edata  =  ${DATA_ALIGNMENT};}
   }
-  .bss ${RELOCATING+ SIZEOF(.data) + ADDR (.data)} :
+  .bss ${RELOCATING+${DATA_ALIGNMENT}} :
   {
    ${RELOCATING+ __bss_start = .};
    *(.bss)
This page took 0.025774 seconds and 4 git commands to generate.