We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2fa61 commit 658d89bCopy full SHA for 658d89b
targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G474xx/TOOLCHAIN_GCC_ARM/stm32g474xx.ld
@@ -111,10 +111,7 @@ SECTIONS
111
} > FLASH
112
__exidx_end = .;
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);
+ __etext = .;
118
_sidata = .;
119
120
.data : AT (__etext)
0 commit comments