From 9def8b0669b62e2a7e7c7593827103f2c4db0b64 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Wed, 26 Dec 2018 12:59:13 -0800 Subject: [PATCH] Move exceptions back out of IRAM (#5556) PR #5538 made exceptions disabled by default and changed some file names which didn't get updated in the linker file, resulting in exceptions ending up back in IRAM. --- tools/sdk/ld/eagle.app.v6.common.ld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sdk/ld/eagle.app.v6.common.ld.h b/tools/sdk/ld/eagle.app.v6.common.ld.h index 63406470a..4237bcd9c 100644 --- a/tools/sdk/ld/eagle.app.v6.common.ld.h +++ b/tools/sdk/ld/eagle.app.v6.common.ld.h @@ -111,7 +111,7 @@ SECTIONS *libgcc.a:_umoddi3.o(.literal .text) *libgcc.a:_udivdi3.o(.literal .text) *libstdc++.a:( .literal .text .literal.* .text.*) - *libstdc++-nox.a:( .literal .text .literal.* .text.*) + *libstdc++-exc.a:( .literal .text .literal.* .text.*) *libsmartconfig.a:(.literal .text .literal.* .text.*) *liblwip_gcc.a:(.literal .text .literal.* .text.*) *liblwip_src.a:(.literal .text .literal.* .text.*)