summaryrefslogtreecommitdiff
path: root/core/cortex-m/init.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m/init.S')
-rw-r--r--core/cortex-m/init.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/cortex-m/init.S b/core/cortex-m/init.S
index bc650c4c64..70f6df1edd 100644
--- a/core/cortex-m/init.S
+++ b/core/cortex-m/init.S
@@ -117,15 +117,6 @@ _data_end:
_data_lma_start:
.long __data_lma_start
-/* Mock functions to avoid linker complaints */
-.global __aeabi_unwind_cpp_pr0
-.global __aeabi_unwind_cpp_pr1
-.global __aeabi_unwind_cpp_pr2
-__aeabi_unwind_cpp_pr0:
-__aeabi_unwind_cpp_pr1:
-__aeabi_unwind_cpp_pr2:
- bx lr
-
/* Reserve space for system stack */
.section .bss.system_stack
stack_start: