We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e653548 commit ed11937Copy full SHA for ed11937
variants/llext/linker_script.ld
@@ -48,6 +48,7 @@ SECTIONS {
48
49
.bss : {
50
*(.bss .bss.* COMMON)
51
+ *(.noinit .noinit.*)
52
}
53
54
.exported_sym : {
0 commit comments