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:
Dong Heng
2019-08-13 16:28:48 +08:00

View File

@ -175,7 +175,7 @@ SECTIONS
_flash_cache_start = ABSOLUTE(0);
} >iram0_2_seg
.flash.rodata ALIGN(1) :
.flash.rodata ALIGN(4) :
{
_rodata_start = ABSOLUTE(.);