@@ -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 = .;
|
||||||
|
|||||||
Reference in New Issue
Block a user