aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/e200/devices/SPC560Dxx/boot_cw.s
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/e200/devices/SPC560Dxx/boot_cw.s')
-rw-r--r--os/common/ports/e200/devices/SPC560Dxx/boot_cw.s6
1 files changed, 4 insertions, 2 deletions
diff --git a/os/common/ports/e200/devices/SPC560Dxx/boot_cw.s b/os/common/ports/e200/devices/SPC560Dxx/boot_cw.s
index a5a8a69ec..888ef3d5c 100644
--- a/os/common/ports/e200/devices/SPC560Dxx/boot_cw.s
+++ b/os/common/ports/e200/devices/SPC560Dxx/boot_cw.s
@@ -154,7 +154,8 @@ _ivinit:
se_blr
- .section .ivors, 16
+ .section .ivors, text_vle
+ .align 16
.globl IVORS
IVORS:
e_b _IVOR0
@@ -189,7 +190,8 @@ IVORS:
.align 16
e_b _IVOR15
- .section .handlers, 16
+ .section .handlers, text_vle
+ .align 16
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15