mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
arch/risc-v: introduce dynamic stack allocation.
It is misleading to allocate stack from static array and heap, make all stack allocated from heap area. Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
1ef3767f85
commit
a33313413d
@@ -114,6 +114,7 @@ SECTIONS
|
||||
*(.sbss.*)
|
||||
*(.gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
. = ALIGN(32);
|
||||
_ebss = . ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user