runtime.ld: merge .sbss & .bss

pull/1745/head
occheung 2021-08-06 11:11:25 +08:00
parent f56152e72f
commit c42adfe6fd
1 changed files with 1 additions and 1 deletions

View File

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