aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARM/compilers/GCC/rules.ld
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC/rules.ld')
-rw-r--r--os/common/startup/ARM/compilers/GCC/rules.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/rules.ld b/os/common/startup/ARM/compilers/GCC/rules.ld
index 6bda5170c..82d1c3270 100644
--- a/os/common/startup/ARM/compilers/GCC/rules.ld
+++ b/os/common/startup/ARM/compilers/GCC/rules.ld
@@ -117,6 +117,7 @@ SECTIONS
{
. = ALIGN(8);
__stacks_base__ = .;
+ __main_thread_stack_base__ = .;
. += __stacks_total_size__;
. = ALIGN(8);
__stacks_end__ = .;