aboutsummaryrefslogtreecommitdiff
path: root/ld/aout.sc-sh
diff options
context:
space:
mode:
Diffstat (limited to 'ld/aout.sc-sh')
-rwxr-xr-xld/aout.sc-sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/aout.sc-sh b/ld/aout.sc-sh
index 7fcea05..5a5bd24 100755
--- a/ld/aout.sc-sh
+++ b/ld/aout.sc-sh
@@ -20,6 +20,7 @@ SECTIONS
}
.bss ${RELOCATING+SIZEOF(.data) + ADDR(.data)} :
{
+ ${RELOCATING+ __bss_start = .};
*(.bss)
*(COMMON)
${RELOCATING+_end = . };