From 9c46a81fb6603a9a7c6b28ec49fa62239f962d00 Mon Sep 17 00:00:00 2001 From: Kyle Fleming Date: Thu, 4 Oct 2018 20:09:53 -0700 Subject: [PATCH] Consolidate .iram.text matcher in linker to wildcard matcher (#4356) --- tools/sdk/ld/eagle.app.v6.common.ld.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/sdk/ld/eagle.app.v6.common.ld.h b/tools/sdk/ld/eagle.app.v6.common.ld.h index ec84ab247..9fa9f75c4 100644 --- a/tools/sdk/ld/eagle.app.v6.common.ld.h +++ b/tools/sdk/ld/eagle.app.v6.common.ld.h @@ -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