Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 40cd3ba

Browse files
authored
Merge pull request #63 from japaric/no-overlap
don't over-constrain the .data section
2 parents 6d1d07a + bd4d985 commit 40cd3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)