S12Z: Emit uninitialized data in the .bss segment
[deliverable/binutils-gdb.git] / ld / scripttempl / elfm9s12z.sc
index a4a8d729e55824d6513207a605d4d4e3f67a0d3b..cf602b53dc170f1d4ad590550a6901a214e9d62b 100644 (file)
@@ -401,6 +401,7 @@ SECTIONS
     ${RELOCATING+__bss_start = .;}
     ${RELOCATING+*(.softregs)}
     ${RELOCATING+*(.sbss)}
+    ${RELOCATING+*(.common)}
     ${RELOCATING+*(.scommon)}
 
     *(.dynbss)
This page took 0.023118 seconds and 4 git commands to generate.