Skip to content

Commit

Permalink
Move libstdc++-nox out of IRAM (esp8266#5492)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
earlephilhower authored Dec 13, 2018
1 parent a6df83b commit 8ede8f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sdk/ld/eagle.app.v6.common.ld.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +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.*)
*libsmartconfig.a:(.literal .text .literal.* .text.*)
*liblwip_gcc.a:(.literal .text .literal.* .text.*)
*liblwip_src.a:(.literal .text .literal.* .text.*)
Expand Down

0 comments on commit 8ede8f1

Please sign in to comment.