File tree Expand file tree Collapse file tree 10 files changed +10
-40
lines changed
TARGET_STM32G030xx/TOOLCHAIN_GCC_ARM
TARGET_STM32G031xx/TOOLCHAIN_GCC_ARM
TARGET_STM32G041xx/TOOLCHAIN_GCC_ARM
TARGET_STM32G070xx/TOOLCHAIN_GCC_ARM
TARGET_STM32G071xx/TOOLCHAIN_GCC_ARM
TARGET_STM32G081xx/TOOLCHAIN_GCC_ARM
TARGET_STM32L552xx/TOOLCHAIN_GCC_ARM
TARGET_STM32L562xx/TOOLCHAIN_GCC_ARM
TARGET_STM32WB50xx/TOOLCHAIN_GCC_ARM
TARGET_STM32WB55xx/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 10 files changed +10
-40
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,7 @@ SECTIONS
111
111
} > FLASH
112
112
__exidx_end = .;
113
113
114
- /* Location counter can end up 2byte aligned with narrow Thumb code but
115
- __etext is assumed by startup code to be the LMA of a section in RAM
116
- which must be 8-byte aligned */
117
- __etext = ALIGN (8);
114
+ __etext = .;
118
115
_sidata = .;
119
116
120
117
.data : AT (__etext)
Original file line number Diff line number Diff line change @@ -111,10 +111,7 @@ SECTIONS
111
111
} > FLASH
112
112
__exidx_end = .;
113
113
114
- /* Location counter can end up 2byte aligned with narrow Thumb code but
115
- __etext is assumed by startup code to be the LMA of a section in RAM
116
- which must be 8-byte aligned */
117
- __etext = ALIGN (8);
114
+ __etext = .;
118
115
_sidata = .;
119
116
120
117
.data : AT (__etext)
Original file line number Diff line number Diff line change @@ -111,10 +111,7 @@ SECTIONS
111
111
} > FLASH
112
112
__exidx_end = .;
113
113
114
- /* Location counter can end up 2byte aligned with narrow Thumb code but
115
- __etext is assumed by startup code to be the LMA of a section in RAM
116
- which must be 8-byte aligned */
117
- __etext = ALIGN (8);
114
+ __etext = .;
118
115
_sidata = .;
119
116
120
117
.data : AT (__etext)
Original file line number Diff line number Diff line change @@ -111,10 +111,7 @@ SECTIONS
111
111
} > FLASH
112
112
__exidx_end = .;
113
113
114
- /* Location counter can end up 2byte aligned with narrow Thumb code but
115
- __etext is assumed by startup code to be the LMA of a section in RAM
116
- which must be 8-byte aligned */
117
- __etext = ALIGN (8);
114
+ __etext = .;
118
115
_sidata = .;
119
116
120
117
.data : AT (__etext)
Original file line number Diff line number Diff line change @@ -111,10 +111,7 @@ SECTIONS
111
111
} > FLASH
112
112
__exidx_end = .;
113
113
114
- /* Location counter can end up 2byte aligned with narrow Thumb code but
115
- __etext is assumed by startup code to be the LMA of a section in RAM
116
- which must be 8-byte aligned */
117
- __etext = ALIGN (8);
114
+ __etext = .;
118
115
_sidata = .;
119
116
120
117
.data : AT (__etext)
Original file line number Diff line number Diff line change @@ -111,10 +111,7 @@ SECTIONS
111
111
} > FLASH
112
112
__exidx_end = .;
113
113
114
- /* Location counter can end up 2byte aligned with narrow Thumb code but
115
- __etext is assumed by startup code to be the LMA of a section in RAM
116
- which must be 8-byte aligned */
117
- __etext = ALIGN (8);
114
+ __etext = .;
118
115
_sidata = .;
119
116
120
117
.data : AT (__etext)
Original file line number Diff line number Diff line change @@ -111,10 +111,7 @@ SECTIONS
111
111
} > FLASH
112
112
__exidx_end = .;
113
113
114
- /* Location counter can end up 2byte aligned with narrow Thumb code but
115
- __etext is assumed by startup code to be the LMA of a section in RAM
116
- which must be 8-byte aligned */
117
- __etext = ALIGN (8);
114
+ __etext = .;
118
115
_sidata = .;
119
116
120
117
.data : AT (__etext)
Original file line number Diff line number Diff line change @@ -111,10 +111,7 @@ SECTIONS
111
111
} > FLASH
112
112
__exidx_end = .;
113
113
114
- /* Location counter can end up 2byte aligned with narrow Thumb code but
115
- __etext is assumed by startup code to be the LMA of a section in RAM
116
- which must be 8-byte aligned */
117
- __etext = ALIGN (8);
114
+ __etext = .;
118
115
_sidata = .;
119
116
120
117
.data : AT (__etext)
Original file line number Diff line number Diff line change @@ -111,10 +111,7 @@ SECTIONS
111
111
} > FLASH
112
112
__exidx_end = .;
113
113
114
- /* Location counter can end up 2byte aligned with narrow Thumb code but
115
- __etext is assumed by startup code to be the LMA of a section in RAM
116
- which must be 8-byte aligned */
117
- __etext = ALIGN (8);
114
+ __etext = .;
118
115
_sidata = .;
119
116
120
117
.data : AT (__etext)
Original file line number Diff line number Diff line change @@ -115,10 +115,7 @@ SECTIONS
115
115
} > FLASH
116
116
__exidx_end = .;
117
117
118
- /* Location counter can end up 2byte aligned with narrow Thumb code but
119
- __etext is assumed by startup code to be the LMA of a section in RAM
120
- which must be 8-byte aligned */
121
- __etext = ALIGN (8);
118
+ __etext = .;
122
119
_sidata = .;
123
120
124
121
.data : AT (__etext)
You can’t perform that action at this time.
0 commit comments