esp32: Ensure the alignment of _smodtext
This commit is contained in:
parent
3806803a7a
commit
1748ca42cd
6 changed files with 6 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ SECTIONS
|
|||
|
||||
/* Module text area starts at the end of iram0_0_seg */
|
||||
|
||||
. = ALIGN (4);
|
||||
_smodtext = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ SECTIONS
|
|||
|
||||
/* Module text area starts at the end of iram0_0_seg */
|
||||
|
||||
. = ALIGN (4);
|
||||
_smodtext = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ SECTIONS
|
|||
|
||||
/* Module text area starts at the end of iram0_0_seg */
|
||||
|
||||
. = ALIGN (4);
|
||||
_smodtext = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ SECTIONS
|
|||
|
||||
/* Module text area starts at the end of iram0_0_seg */
|
||||
|
||||
. = ALIGN (4);
|
||||
_smodtext = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ SECTIONS
|
|||
|
||||
/* Module text area starts at the end of iram0_0_seg */
|
||||
|
||||
. = ALIGN (4);
|
||||
_smodtext = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ SECTIONS
|
|||
|
||||
/* Module text area starts at the end of iram0_0_seg */
|
||||
|
||||
. = ALIGN (4);
|
||||
_smodtext = ABSOLUTE(.);
|
||||
} > iram0_0_seg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue