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);
|
||||
end = .;
|
||||
_end = .;
|
||||
__end = .;
|
||||
}
|
||||
|
||||
PROVIDE(_stack = ORIGIN(ram) + LENGTH(ram));
|
||||
|
||||
Reference in New Issue
Block a user