Skip to content

Commit 40ed039

Browse files
committed
Liker script tweak for RISC-V
1 parent f4825b0 commit 40ed039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/layout.ld.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ SECTIONS
4646
.bss STACK_POINTER (NOLOAD) :
4747
{
4848
BSS_START = .;
49+
*(.sbss);
4950
*(.bss.*);
5051
*(COMMON);
5152
. = ALIGN(4);

0 commit comments

Comments
 (0)