1/* SPDX-License-Identifier: Apache-2.0 */
2
3. = ALIGN(CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN);
4KEEP(*(_IRQ_VECTOR_TABLE_SECTION_SYMS))
5
6/*
7 * Some ARM platforms require this symbol to be placed after the IRQ vector
8 * table (like STM32F0). The symbol defined here is overriding the one in
9 * arch/arm/core/vector_table.ld when the IRQ vector table is enbled.
10 */
11 _vector_end = .;
12