Add _bss_end for gccollect

This commit is contained in:
iabdalkader 2014-02-23 03:40:36 +02:00
parent 7630a9be74
commit a2f0ee04f8

View File

@ -119,6 +119,7 @@ SECTIONS
. = ALIGN(4);
_ebss = .; /* define a global symbol at bss end */
__bss_end__ = _ebss;
_bss_end = _ebss; /* for gccollect */
} >CCM
._heap :