mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
Merge branch 'bugfix/fix_rodata_section_align' into 'master'
esp8266: read only section must be align by 4 bytes See merge request sdk/ESP8266_RTOS_SDK!1051
This commit is contained in:
@ -175,7 +175,7 @@ SECTIONS
|
|||||||
_flash_cache_start = ABSOLUTE(0);
|
_flash_cache_start = ABSOLUTE(0);
|
||||||
} >iram0_2_seg
|
} >iram0_2_seg
|
||||||
|
|
||||||
.flash.rodata ALIGN(1) :
|
.flash.rodata ALIGN(4) :
|
||||||
{
|
{
|
||||||
_rodata_start = ABSOLUTE(.);
|
_rodata_start = ABSOLUTE(.);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user