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.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/cortex-m/init.S b/core/cortex-m/init.S
index a2c0d0b71e..bef720d46c 100644
--- a/core/cortex-m/init.S
+++ b/core/cortex-m/init.S
@@ -390,11 +390,10 @@ __aeabi_unwind_cpp_pr1:
__aeabi_unwind_cpp_pr2:
bx lr
-.section .bss
-
/* Reserve space for system stack */
+.section .bss.system_stack
stack_start:
.space CONFIG_STACK_SIZE, 0
stack_end:
- .globl stack_end
+ .global stack_end