Skip to content

Commit c505d25

Browse files
author
Seppo Takalo
authored
Merge pull request #11077 from bentcooke/52840_align
NRF52840: remove align instructions from gcc linker for ARM.extab exi…
2 parents a0e88ad + 892adc6 commit c505d25

File tree

1 file changed

+0
-2
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/device/TOOLCHAIN_GCC_ARM

1 file changed

+0
-2
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/device/TOOLCHAIN_GCC_ARM/NRF52840.ld

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,12 @@ SECTIONS
149149
.ARM.extab :
150150
{
151151
*(.ARM.extab* .gnu.linkonce.armextab.*)
152-
. = ALIGN(8);
153152
} > FLASH
154153

155154
__exidx_start = .;
156155
.ARM.exidx :
157156
{
158157
*(.ARM.exidx* .gnu.linkonce.armexidx.*)
159-
. = ALIGN(8);
160158
} > FLASH
161159
__exidx_end = .;
162160

0 commit comments

Comments
 (0)