mbed library sources modified for open wear

Dependents:   openwear-lifelogger-example

Fork of mbed-src by mbed official

Revision:
20:4263a77256ae
Parent:
13:0645d8841f51
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC23XX/TOOLCHAIN_GCC_CR/LPC2368.ld	Mon Aug 19 18:17:02 2013 +0300
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC23XX/TOOLCHAIN_GCC_CR/LPC2368.ld	Tue Sep 10 15:14:19 2013 +0300
@@ -2,7 +2,7 @@
 OUTPUT_ARCH(arm)
 ENTRY(vectors)
 
-GROUP(-lsupc++ -lm -lc -lgcc)
+GROUP( libgcc.a libc.a libm.a libcr_newlib_nohost.a  crti.o crtn.o crtbegin.o crtend.o )
 
 /* Memory Definitions: */
 MEMORY
@@ -144,6 +144,8 @@
     /* Heap starts here and grows up in memory */
     . = ALIGN( 8 ) ;
     __heap_start__ = . ;
+    _pvHeapStart = . ;
+    end = . ;
 
     .stab    0 (NOLOAD) : { *(.stab) }
     .stabstr 0 (NOLOAD) : { *(.stabstr) }