aboutsummaryrefslogtreecommitdiff
path: root/ld/m68kcoff.sc-sh
diff options
context:
space:
mode:
Diffstat (limited to 'ld/m68kcoff.sc-sh')
-rw-r--r--ld/m68kcoff.sc-sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/m68kcoff.sc-sh b/ld/m68kcoff.sc-sh
index 485f3bb..393688f 100644
--- a/ld/m68kcoff.sc-sh
+++ b/ld/m68kcoff.sc-sh
@@ -29,6 +29,7 @@ SECTIONS
} ${RELOCATING+ > data}
.bss SIZEOF(.data) + ADDR(.data) :
{
+ ${RELOCATING+ __bss_start = .};
*(.bss)
*(COMMON)
${RELOCATING+ _end = ALIGN(0x8)};