Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed11937

Browse files
committedJan 7, 2025·
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
 

‎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)
Please sign in to comment.