Skip to content

Commit

Permalink
Consolidate .iram.text matcher in linker to wildcard matcher (#4356)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming authored and earlephilhower committed Oct 5, 2018
1 parent 83a50d6 commit 9c46a81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/sdk/ld/eagle.app.v6.common.ld.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ SECTIONS
*(.entry.text)
*(.init.literal)
*(.init)
*(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
*.cpp.o(.iram.text .iram.text.*)
*.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.*)
#ifdef VTABLES_IN_IRAM
*(.rodata._ZTV*) /* C++ vtables */
#endif
Expand Down

0 comments on commit 9c46a81

Please sign in to comment.