diff options
Diffstat (limited to 'ld/aout.sc-sh')
-rwxr-xr-x | ld/aout.sc-sh | 1 |
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 = . }; |