From 548ecb2c4bc326c26a91e3c17933ce893f78b4fc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 11 Feb 2018 14:33:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11478 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/crt0.S | 1 - 1 file changed, 1 deletion(-) diff --git a/os/common/startup/ARM/compilers/GCC/crt0.S b/os/common/startup/ARM/compilers/GCC/crt0.S index 93eb74790..bf6e7ea6d 100644 --- a/os/common/startup/ARM/compilers/GCC/crt0.S +++ b/os/common/startup/ARM/compilers/GCC/crt0.S @@ -120,7 +120,6 @@ bssloop: * Late initialization. */ #if !defined(THUMB_NO_INTERWORKING) - bl __core_init bl __late_init #else /* defined(THUMB_NO_INTERWORKING) */ add r0, pc, #1 -- cgit v1.2.3