diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-16 09:59:21 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-16 09:59:21 +0000 |
commit | 641f2c372605cf405f0dda8536b45a78e0e5e2e2 (patch) | |
tree | f120afff37ef959b367a6023749700d5b618beff /os/common/startup/ARM/compilers/GCC/rules.ld | |
parent | 5e24a813bef8d7ac5ca79fe9079db0fc2d2bb8b2 (diff) | |
download | ChibiOS-641f2c372605cf405f0dda8536b45a78e0e5e2e2.tar.gz ChibiOS-641f2c372605cf405f0dda8536b45a78e0e5e2e2.tar.bz2 ChibiOS-641f2c372605cf405f0dda8536b45a78e0e5e2e2.zip |
Tree reorganization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8899 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC/rules.ld')
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/rules.ld | 1 |
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__ = .;
|