diff --git a/ld/ChangeLog b/ld/ChangeLog index 1ab57bc31a..becfd475bf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-02-01 Geoffrey Keating + + * scripttempl/xstormy16.sc: Don't allocate extra space for the + stack. + 2002-02-01 Hans-Peter Nilsson Support on-demand global register allocation from diff --git a/ld/scripttempl/xstormy16.sc b/ld/scripttempl/xstormy16.sc index d504e18107..8981f2d859 100644 --- a/ld/scripttempl/xstormy16.sc +++ b/ld/scripttempl/xstormy16.sc @@ -144,9 +144,8 @@ SECTIONS } > RAM ${RELOCATING+${OTHER_BSS_SECTIONS}} ${RELOCATING+. = ALIGN(${ALIGNMENT});} - ${RELOCATING+__stack = .;} - ${RELOCATING+. = . + 4096;} ${RELOCATING+_end = .;} + ${RELOCATING+__stack = .;} ${RELOCATING+${OTHER_BSS_END_SYMBOLS}} ${RELOCATING+PROVIDE (end = .);}