File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,6 +158,10 @@ SECTIONS
158158 /* create a table to initialize the data sections on a secondary memory */
159159 DATA_MULTISECTION_TABLE (
160160 DATA_SECTION_ENTRY (ram1)
161+ DATA_SECTION_ENTRY (static0)
162+ DATA_SECTION_ENTRY (static1)
163+ DATA_SECTION_ENTRY (static2)
164+ DATA_SECTION_ENTRY (static3)
161165 DATA_SECTION_ENTRY (dynamic0)
162166 DATA_SECTION_ENTRY (dynamic1)
163167 DATA_SECTION_ENTRY (dynamic2)
@@ -168,6 +172,10 @@ SECTIONS
168172 /* create a table to initialize the bss sections on a secondary memory */
169173 BSS_MULTISECTION_TABLE (
170174 BSS_SECTION_ENTRY (ram1)
175+ BSS_SECTION_ENTRY (static0)
176+ BSS_SECTION_ENTRY (static1)
177+ BSS_SECTION_ENTRY (static2)
178+ BSS_SECTION_ENTRY (static3)
171179 BSS_SECTION_ENTRY (dynamic0)
172180 BSS_SECTION_ENTRY (dynamic1)
173181 BSS_SECTION_ENTRY (dynamic2)
You can’t perform that action at this time.
0 commit comments