esp32: Ensure the alignment of _smodtext
This commit is contained in:
parent
3806803a7a
commit
1748ca42cd
@ -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…
Reference in New Issue
Block a user