add _end and __end symbols for compatibility with code written against CodeSourcery linkers
This commit is contained in:
@@ -77,6 +77,8 @@ SECTIONS
|
|||||||
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
end = .;
|
end = .;
|
||||||
|
_end = .;
|
||||||
|
__end = .;
|
||||||
}
|
}
|
||||||
|
|
||||||
PROVIDE(_stack = ORIGIN(ram) + LENGTH(ram));
|
PROVIDE(_stack = ORIGIN(ram) + LENGTH(ram));
|
||||||
|
|||||||
Reference in New Issue
Block a user