Allocator hacks #48
@ -44,6 +44,10 @@ SECTIONS
|
|||||||
__stack0_end = .;
|
__stack0_end = .;
|
||||||
. = ORIGIN(OCM) + LENGTH(OCM) - 8;
|
. = ORIGIN(OCM) + LENGTH(OCM) - 8;
|
||||||
__stack0_start = .;
|
__stack0_start = .;
|
||||||
|
|
||||||
|
/* unused heap0 to prevent the linker from complaining*/
|
||||||
|
__heap0_start = .;
|
||||||
|
__heap0_end = .;
|
||||||
} > OCM
|
} > OCM
|
||||||
|
|
||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
|
Loading…
Reference in New Issue
Block a user