Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move libstdc++-nox out of IRAM #5492

Merged
merged 2 commits into from
Dec 13, 2018

Conversation

earlephilhower
Copy link
Collaborator

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.

Earle F. Philhower, III and others added 2 commits December 13, 2018 11:41
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.
@earlephilhower
Copy link
Collaborator Author

Fixes #5476 by getting the std::map classes out of IRAM.

@earlephilhower earlephilhower merged commit 8ede8f1 into esp8266:master Dec 13, 2018
@earlephilhower earlephilhower deleted the fixexceptioniram branch December 13, 2018 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant