Skip to content

Commit e4ca766

Browse files
Move exceptions back out of IRAM
PR esp8266#5538 made exceptiond disabled by default and changed some file names which not get updated in the linker file, resultin in exceptions ending up back in IRAM.
1 parent da7ffda commit e4ca766

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)