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 83a50d6 commit 9c46a81Copy full SHA for 9c46a81
tools/sdk/ld/eagle.app.v6.common.ld.h
@@ -163,9 +163,7 @@ SECTIONS
163
*(.entry.text)
164
*(.init.literal)
165
*(.init)
166
- *(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
167
- *.cpp.o(.iram.text .iram.text.*)
168
- *.c.o(.iram.text .iram.text.*)
+ *(.literal .text .iram.text .iram.text.* .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
169
#ifdef VTABLES_IN_IRAM
170
*(.rodata._ZTV*) /* C++ vtables */
171
#endif
0 commit comments