aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/linker.ld b/linker.ld
index 17c951a..474bdeb 100644
--- a/linker.ld
+++ b/linker.ld
@@ -9,6 +9,7 @@ SECTIONS
.text :
{
KEEP(*(.text.boot))
+ KEEP(*(.text.exceptions))
KEEP(*(.text.kernel))
*(.text*)
}