Fix linker script.

This commit is contained in:
NIIBE Yutaka
2017-10-06 17:00:00 +09:00
parent be80a3ef2f
commit 75049ce949
2 changed files with 3 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ SECTIONS
_etext = .;
_textdata = _etext;
.stacks :
.stacks (NOLOAD) :
{
. = ALIGN(8);
*(.main_stack)