Skip to content

Commit

Permalink
Consolidate .iram.text matcher in linker
Browse files Browse the repository at this point in the history
Use wildcard matcher for .iram.text symbols.
  • Loading branch information
kylefleming committed Mar 13, 2018
1 parent 3ce888e commit 2ac3f35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/sdk/ld/eagle.app.v6.common.ld
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,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)
*.c.o(.iram.text)
*(.literal .text .iram.text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
*(.rodata._ZTV*) /* C++ vtables */
*(.fini.literal)
*(.fini)
Expand Down

0 comments on commit 2ac3f35

Please sign in to comment.