ARM/IntegratorCP: Export __end__ from linker script, required by newlib-based toolchain crt0.s.

This commit is contained in:
Kelvin Lawson
2013-02-26 22:35:31 +00:00
parent 06684c94ce
commit 8e6270f30e

View File

@@ -92,5 +92,6 @@ SECTIONS
*(.eh_*)
}*/
}
__end__ = .;
_end = .;
PROVIDE(end = .);