Skip to content

Commit 94ab524

Browse files
authored
Merge pull request #63 from japaric/no-overlap
don't over-constrain the .data section
2 parents 12295a8 + 7e56d42 commit 94ab524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/link.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ SECTIONS
7070
_ebss = .;
7171
} > RAM
7272

73-
.data _ebss : ALIGN(4)
73+
.data : ALIGN(4)
7474
{
7575
_sidata = LOADADDR(.data);
7676
_sdata = .;

0 commit comments

Comments
 (0)