mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
esp32: Ensure the alignment of _smodtext
This commit is contained in:
committed by
Abdelatif Guettouche
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user