mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12863 from jeromecoutant/PR_12690_5_15
STM32 GCC Unspecified RTOS errorpull/12867/head
commit
dfa80ea210
|
@ -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)
|
||||||
|
|
|
@ -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