Skip to content

Commit ed11937

Browse files
committed
linker: force .noinit sections in BSS
Fixes #29
1 parent e653548 commit ed11937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: variants/llext/linker_script.ld

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ SECTIONS {
4848

4949
.bss : {
5050
*(.bss .bss.* COMMON)
51+
*(.noinit .noinit.*)
5152
}
5253

5354
.exported_sym : {

0 commit comments

Comments
 (0)