From 9d587f9f750253461314757f2f861c5214563120 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 26 Dec 2019 18:48:38 +0100 Subject: improve linking of interrupts --- interrupt_vector.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'interrupt_vector.S') diff --git a/interrupt_vector.S b/interrupt_vector.S index f71330b..d20bf6d 100644 --- a/interrupt_vector.S +++ b/interrupt_vector.S @@ -1,4 +1,4 @@ -.section ".interrupt_vectors.text" +.section ".interrupts.vector" .global abort_handler .local generic_handler @@ -12,6 +12,8 @@ _interrupt_vectors: b generic_handler b generic_handler +.section ".interrupts.text" + generic_handler: b generic_handler abort_handler_caller: -- cgit v1.2.3