add _end and __end symbols for compatibility with code written against CodeSourcery linkers

This commit is contained in:
Thomas W. Barr 2012-10-08 16:42:47 -05:00
parent 8f9f2bdc00
commit f94d71efee

View File

@ -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));