Skip to content

Commit 2d3c2ef

Browse files
ABOSTMfabiobaltieri
authored andcommitted
tests: arch: arm: arm-irq-vector-table: define _vector_end
Following implementation of commit 219d5b5, and to complement commit 8c4f98d it is also necessary define _vector_end in test specific arm-irq-vector-table.ld Fixes #47273 Signed-off-by: Alexandre Bourdiol <[email protected]>
1 parent f2ae4b6 commit 2d3c2ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

33
KEEP(*(_IRQ_VECTOR_TABLE_SECTION_SYMS))
4+
5+
/*
6+
* Some ARM platforms require this symbol to be placed after the IRQ vector
7+
* table (like STM32F0). The symbol defined here is overriding the one in
8+
* arch/arm/core/aarch32/vector_table.ld when the IRQ vector table is enabled.
9+
*/
10+
_vector_end = .;

0 commit comments

Comments
 (0)