* aout.sc-sh, m68kcoff.sc-sh: set __bss_start to the start of the
.bss segment.
+
+ * aout.sc-sh, m68kcoff.sc-sh: set __bss_start to the start of the
+ .bss segment.
+
* ldmain.c (linear_library): don't even think about processing
}
.bss ${RELOCATING+SIZEOF(.data) + ADDR(.data)} :
{
+ ${RELOCATING+ __bss_start = .};
*(.bss)
*(COMMON)
${RELOCATING+_end = . };
} ${RELOCATING+ > data}
.bss SIZEOF(.data) + ADDR(.data) :
{
+ ${RELOCATING+ __bss_start = .};
*(.bss)
*(COMMON)
${RELOCATING+ _end = ALIGN(0x8)};