Skip to content

Commit 9c46a81

Browse files
kyleflemingearlephilhower
authored andcommitted
Consolidate .iram.text matcher in linker to wildcard matcher (#4356)
1 parent 83a50d6 commit 9c46a81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/sdk/ld/eagle.app.v6.common.ld.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@ SECTIONS
163163
*(.entry.text)
164164
*(.init.literal)
165165
*(.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.*)
166+
*(.literal .text .iram.text .iram.text.* .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
169167
#ifdef VTABLES_IN_IRAM
170168
*(.rodata._ZTV*) /* C++ vtables */
171169
#endif

0 commit comments

Comments
 (0)