From 3d60f2e042891420f871628b62be879567fce8c6 Mon Sep 17 00:00:00 2001 From: Bjoern Kerler Date: Fri, 21 Oct 2011 20:02:12 +0200 Subject: fix linking issue with latest binutils versions --- firmware/src/start/Cstartup.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/src/start/Cstartup.S b/firmware/src/start/Cstartup.S index e262b8f..ededf7c 100644 --- a/firmware/src/start/Cstartup.S +++ b/firmware/src/start/Cstartup.S @@ -417,7 +417,7 @@ loop_rel_t: cmp r2, r3 ldr r4, =_remap_call_dfu bx r4 - .size _startup, . - _startup + .size InitReset,.-InitReset .endfunc /* "exit" dummy to avoid sbrk write read etc. needed by the newlib default "exit" */ -- cgit v1.2.3