diff options
Diffstat (limited to 'ld/scripttempl/elfm68hc11.sc')
-rw-r--r-- | ld/scripttempl/elfm68hc11.sc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/scripttempl/elfm68hc11.sc b/ld/scripttempl/elfm68hc11.sc index 668fc0a..19cf06e 100644 --- a/ld/scripttempl/elfm68hc11.sc +++ b/ld/scripttempl/elfm68hc11.sc @@ -311,6 +311,8 @@ SECTIONS *(COMMON) ${RELOCATING+PROVIDE (_end = .);} } ${RELOCATING+ > ${DATA_MEMORY}} + ${RELOCATING+__bss_size = SIZEOF(.bss);} + ${RELOCATING+PROVIDE (__bss_size = SIZEOF(.bss));} ${RELOCATING+${CTOR}} ${RELOCATING+${DTOR}} |