forked from Imagelibrary/rtems
Made _clear_end a "PROVIDE."
This commit is contained in:
@@ -143,7 +143,7 @@ SECTIONS {
|
|||||||
. += HeapSize;
|
. += HeapSize;
|
||||||
PROVIDE (_HeapEnd = .);
|
PROVIDE (_HeapEnd = .);
|
||||||
|
|
||||||
clear_end = .;
|
PROVIDE (_clear_end = .);
|
||||||
|
|
||||||
_WorkspaceBase = .;
|
_WorkspaceBase = .;
|
||||||
} >ram
|
} >ram
|
||||||
|
|||||||
Reference in New Issue
Block a user