Skip to content

Commit 0d949cf

Browse files
committed
Add the sbss segment
1 parent 6755c54 commit 0d949cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kmake/Data/kompjuta/kompjuta.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ SECTIONS {
2222
.bss (NOLOAD) : ALIGN(16) {
2323
__bss_start = .;
2424
*(.bss*)
25+
*(.sbss*)
2526
*(COMMON)
2627
__bss_end = .;
2728
} > RAM

0 commit comments

Comments
 (0)