mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 19:34:59 +00:00
0f98788d59
The change fixes thread-local-storage size by removing .srodata section from it. It initially was included in TLS section by mistake. The issue was found when stack size increased after building applications with GCC-11.1 compiler. Stack size became bigger because some new data appeared in .srodata. See more details here: https://github.com/gcc-mirror/gcc/commit/adce62f53d8ad00e8110a6a2de7962d7a850de16