Added _pvHeapStart entry

This is needed for Semihosting
This commit is contained in:
Kristian Sloth Lauszus
2018-05-06 15:14:08 +02:00
parent 49e20a5798
commit c61f17c7d0

View File

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