mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
09289fe451
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:
|
||
---|---|---|
.. | ||
ld | ||
bootloader_hooks.h | ||
bootloader_start.c | ||
CMakeLists.txt | ||
component.mk |