mirror of https://github.com/ARMmbed/mbed-os.git
Apply linker fix as in #12690 to new NUCLEO_G474RE target
parent
6e2fa616c7
commit
658d89be8c
|
|
@ -111,10 +111,7 @@ SECTIONS
|
||||||
} > FLASH
|
} > FLASH
|
||||||
__exidx_end = .;
|
__exidx_end = .;
|
||||||
|
|
||||||
/* Location counter can end up 2byte aligned with narrow Thumb code but
|
__etext = .;
|
||||||
__etext is assumed by startup code to be the LMA of a section in RAM
|
|
||||||
which must be 8-byte aligned */
|
|
||||||
__etext = ALIGN (8);
|
|
||||||
_sidata = .;
|
_sidata = .;
|
||||||
|
|
||||||
.data : AT (__etext)
|
.data : AT (__etext)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue