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