Move stack to .bss and use it for function calls as well

This commit is contained in:
2017-11-11 19:43:14 +01:00
parent dd565454e3
commit eb637d0bbb
2 changed files with 9 additions and 11 deletions

View File

@@ -8,8 +8,8 @@ SECTIONS
*(.text)
}
.data :
.bss :
{
*(.data)
*(.bss)
}
}