esp32: Ensure the alignment of _smodtext

This commit is contained in:
YAMAMOTO Takashi 2021-04-15 13:17:06 +09:00 committed by Abdelatif Guettouche
parent 3806803a7a
commit 1748ca42cd
6 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,7 @@ SECTIONS
/* Module text area starts at the end of iram0_0_seg */
. = ALIGN (4);
_smodtext = ABSOLUTE(.);
} > iram0_0_seg

View File

@ -72,6 +72,7 @@ SECTIONS
/* Module text area starts at the end of iram0_0_seg */
. = ALIGN (4);
_smodtext = ABSOLUTE(.);
} > iram0_0_seg

View File

@ -65,6 +65,7 @@ SECTIONS
/* Module text area starts at the end of iram0_0_seg */
. = ALIGN (4);
_smodtext = ABSOLUTE(.);
} > iram0_0_seg

View File

@ -72,6 +72,7 @@ SECTIONS
/* Module text area starts at the end of iram0_0_seg */
. = ALIGN (4);
_smodtext = ABSOLUTE(.);
} > iram0_0_seg

View File

@ -65,6 +65,7 @@ SECTIONS
/* Module text area starts at the end of iram0_0_seg */
. = ALIGN (4);
_smodtext = ABSOLUTE(.);
} > iram0_0_seg

View File

@ -72,6 +72,7 @@ SECTIONS
/* Module text area starts at the end of iram0_0_seg */
. = ALIGN (4);
_smodtext = ABSOLUTE(.);
} > iram0_0_seg