Skip to content

Commit 9def8b0

Browse files
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.
1 parent da7ffda commit 9def8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ SECTIONS
111111
*libgcc.a:_umoddi3.o(.literal .text)
112112
*libgcc.a:_udivdi3.o(.literal .text)
113113
*libstdc++.a:( .literal .text .literal.* .text.*)
114-
*libstdc++-nox.a:( .literal .text .literal.* .text.*)
114+
*libstdc++-exc.a:( .literal .text .literal.* .text.*)
115115
*libsmartconfig.a:(.literal .text .literal.* .text.*)
116116
*liblwip_gcc.a:(.literal .text .literal.* .text.*)
117117
*liblwip_src.a:(.literal .text .literal.* .text.*)

0 commit comments

Comments
 (0)