Skip to content

Commit 6e1dc84

Browse files
Ben CookeEvelyne Donnaes
authored andcommitted
nrf52840: remove align instructions from gcc linker for ARM.extab exidx sections
1 parent 3c6348d commit 6e1dc84

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)