Skip to content

Commit 8ede8f1

Browse files
Move libstdc++-nox out of IRAM (#5492)
The new non-exception libstdc++ was not referenced in the linker script, allowing it to end up in IRAM when not needed. Add the line to match and move it into IROM where it belongs.
1 parent a6df83b commit 8ede8f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/sdk/ld/eagle.app.v6.common.ld.h

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +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.*)
114115
*libsmartconfig.a:(.literal .text .literal.* .text.*)
115116
*liblwip_gcc.a:(.literal .text .literal.* .text.*)
116117
*liblwip_src.a:(.literal .text .literal.* .text.*)

0 commit comments

Comments
 (0)