Skip to content

Commit 4aef214

Browse files
author
dmi3
committed
Updated link.ld
1 parent bfa43c0 commit 4aef214

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/link.ld

+2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ PROVIDE( __bss_start = . );
5555
.bss ALIGN(8) :
5656
{
5757
*(.sbss)
58+
*(.sbss.*)
5859
*(.bss)
60+
*(.bss.*)
5961
*(COMMON)
6062
} > RAM_MEM
6163
PROVIDE( __bss_end = . );

0 commit comments

Comments
 (0)