From 8e6270f30e2ea3a906e9d7a5ec8f2816efb7d4ad Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Tue, 26 Feb 2013 22:35:31 +0000 Subject: [PATCH] ARM/IntegratorCP: Export __end__ from linker script, required by newlib-based toolchain crt0.s. --- platforms/qemu_integratorcp/system.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/qemu_integratorcp/system.ld b/platforms/qemu_integratorcp/system.ld index b9e6259..4de00a5 100644 --- a/platforms/qemu_integratorcp/system.ld +++ b/platforms/qemu_integratorcp/system.ld @@ -92,5 +92,6 @@ SECTIONS *(.eh_*) }*/ } +__end__ = .; _end = .; PROVIDE(end = .);