S12Z: Emit initialized data segment image.
[deliverable/binutils-gdb.git] / ld / scripttempl / elfm9s12z.sc
index c39d2708af8f3c072f538bf68032eb645eaa6aaa..a4a8d729e55824d6513207a605d4d4e3f67a0d3b 100644 (file)
@@ -387,10 +387,10 @@ SECTIONS
 
   ${RELOCATING+${PRE_COMPUTE_DATA_SIZE}}
 
-  /* .install ${RELOCATING-0}:
+  .install ${RELOCATING-0}:
   {
-    . = _data_image_end;
-  } ${RELOCATING+ > ${TEXT_MEMORY}} */
+    . = __data_section_size;
+  } ${RELOCATING+ > ${TEXT_MEMORY}}
 
   /* Relocation for some bss and data sections.  */
   ${RELOCATING-${BSS_DATA_RELOC}}
This page took 0.024589 seconds and 4 git commands to generate.