This commit is contained in:
László Monda
2018-05-06 20:19:07 +02:00
9 changed files with 212 additions and 189 deletions

View File

@@ -236,6 +236,7 @@ SECTIONS
. = ALIGN(8);
__end__ = .;
PROVIDE(end = .);
_pvHeapStart = .; /* Add for _sbrk */
__HeapBase = .;
. += HEAP_SIZE;
__HeapLimit = .;