From 2424108a14fefd331520ef592d7228574a906057 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Sun, 5 Aug 2012 13:27:13 -0400 Subject: Add support for ARM's GCC ARM embedded toolchain. Based on patches provided by Hanspeter Portner: http://forums.leaflabs.com/topic.php?id=1717#post-11812 Signed-off-by: Marti Bolivar --- wirish/start.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wirish/start.S') diff --git a/wirish/start.S b/wirish/start.S index 2488895..8b181aa 100644 --- a/wirish/start.S +++ b/wirish/start.S @@ -44,9 +44,9 @@ .code 16 .thumb_func - .globl _start - .type _start, %function -_start: + .globl __start__ + .type __start__, %function +__start__: .fnstart ldr r1,=__msp_init mov sp,r1 -- cgit v1.2.3