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) : .bss ALIGN(4) :
{ {
_fbss = .; _fbss = .;
*(.bss .bss.*) *(.sbss .sbss.* .bss .bss.*);
. = ALIGN(4); . = ALIGN(4);
_ebss = .; _ebss = .;
} > main_ram } > main_ram