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