summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/cortex-m/init.S9
-rw-r--r--core/cortex-m0/init.S9
2 files changed, 0 insertions, 18 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:
diff --git a/core/cortex-m0/init.S b/core/cortex-m0/init.S
index 5047d18380..15446552bd 100644
--- a/core/cortex-m0/init.S
+++ b/core/cortex-m0/init.S
@@ -111,15 +111,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: