Merge pull request #11077 from bentcooke/52840_align

NRF52840: remove align instructions from gcc linker for ARM.extab exi…
pull/11090/head
Seppo Takalo 2019-07-23 11:37:47 +03:00 committed by GitHub
commit c505d25186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -149,14 +149,12 @@ SECTIONS
.ARM.extab :
{
*(.ARM.extab* .gnu.linkonce.armextab.*)
. = ALIGN(8);
} > FLASH
__exidx_start = .;
.ARM.exidx :
{
*(.ARM.exidx* .gnu.linkonce.armexidx.*)
. = ALIGN(8);
} > FLASH
__exidx_end = .;