mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-04 18:03:20 +03:00
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.
This commit is contained in:
parent
da7ffdaa28
commit
9def8b0669
@ -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.*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user