* scripttempl/elfm9s12z.sc: Put input sections called .common
into the .bss segment.
+2018-07-27 John Darrington <john@darrington.wattle.id.au>
+
+ * scripttempl/elfm9s12z.sc: Put input sections called .common
+ into the .bss segment.
+
2018-07-27 John Darrington <john@darrington.wattle.id.au>
* scripttempl/elfm9s12z.sc: Emit the data_section at the end of text.
${RELOCATING+__bss_start = .;}
${RELOCATING+*(.softregs)}
${RELOCATING+*(.sbss)}
+ ${RELOCATING+*(.common)}
${RELOCATING+*(.scommon)}
*(.dynbss)