satman: handle .sbss generation

This commit is contained in:
occheung 2021-07-22 16:32:03 +08:00
parent 96438c9da7
commit 6d9cebfd42
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ SECTIONS
.bss ALIGN(4) :
{
_fbss = .;
*(.bss .bss.*)
*(.sbss .sbss.* .bss .bss.*);
. = ALIGN(4);
_ebss = .;
} > main_ram