Apply linker fix as in #12690 to new NUCLEO_G474RE target

pull/12482/head
George Beckstein 2020-05-20 06:36:38 -04:00
parent 6e2fa616c7
commit 658d89be8c
1 changed files with 1 additions and 4 deletions

View File

@ -111,10 +111,7 @@ SECTIONS
} > FLASH
__exidx_end = .;
/* Location counter can end up 2byte aligned with narrow Thumb code but
__etext is assumed by startup code to be the LMA of a section in RAM
which must be 8-byte aligned */
__etext = ALIGN (8);
__etext = .;
_sidata = .;
.data : AT (__etext)