Added _pvHeapStart entry

This is needed for Semihosting
This commit is contained in:
Kristian Sloth Lauszus
2018-05-06 15:19:38 +02:00
parent b917a97e93
commit 492243f801

View File

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