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