Skip to content

Commit 9a0a85c

Browse files
committed
Revert "[nrf temphack] cortex_m: linker: Add ext_abi section"
This reverts commit 4cc4339. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent edf12e0 commit 9a0a85c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/arch/arm/cortex_m/scripts/linker.ld

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,6 @@ SECTIONS
285285
#include <linker/priv_stacks-rom.ld>
286286
#include <linker/kobject-rom.ld>
287287

288-
. = ALIGN(4);
289-
_ext_abis_start = .;
290-
KEEP(*(.ext_abis))
291-
_ext_abis_size = ABSOLUTE((. - _ext_abis_start) / 4);
292-
293288
/*
294289
* For XIP images, in order to avoid the situation when __data_rom_start
295290
* is 32-bit aligned, but the actual data is placed right after rodata

0 commit comments

Comments
 (0)