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:
Inochi Amaoto
2024-04-14 18:40:44 +08:00
committed by Alan Carvalho de Assis
parent 1ef3767f85
commit a33313413d
46 changed files with 181 additions and 219 deletions
@@ -114,6 +114,7 @@ SECTIONS
*(.sbss.*)
*(.gnu.linkonce.b*)
*(COMMON)
. = ALIGN(32);
_ebss = . ;
}