We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33723a9 commit 234a874Copy full SHA for 234a874
tools/sdk/ld/eagle.app.v6.common.ld
@@ -78,6 +78,8 @@ SECTIONS
78
*(.sdata2.*)
79
*(.gnu.linkonce.s2.*)
80
*(.jcr)
81
+ . = ALIGN(4);
82
+ _Pri_3_HandlerAddress = ABSOLUTE(.);
83
_data_end = ABSOLUTE(.);
84
} >dram0_0_seg :dram0_0_phdr
85
0 commit comments