Merge pull request #12863 from jeromecoutant/PR_12690_5_15

STM32 GCC Unspecified RTOS error
pull/12867/head
Martin Kojtal 2020-04-27 09:40:23 +02:00 committed by GitHub
commit dfa80ea210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 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)

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)