mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11077 from bentcooke/52840_align
NRF52840: remove align instructions from gcc linker for ARM.extab exi…pull/11090/head
commit
c505d25186
|
@ -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 = .;
|
||||
|
||||
|
|
Loading…
Reference in New Issue