aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/e200/devices
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/e200/devices')
-rw-r--r--os/common/ports/e200/devices/SPC560BCxx/boot.s2
-rw-r--r--os/common/ports/e200/devices/SPC560Bxx/boot.s2
-rw-r--r--os/common/ports/e200/devices/SPC560Dxx/boot.s2
-rw-r--r--os/common/ports/e200/devices/SPC560Pxx/boot.s2
-rw-r--r--os/common/ports/e200/devices/SPC57EMxx_HSM/boot.s2
5 files changed, 5 insertions, 5 deletions
diff --git a/os/common/ports/e200/devices/SPC560BCxx/boot.s b/os/common/ports/e200/devices/SPC560BCxx/boot.s
index 6ad24a948..089095be2 100644
--- a/os/common/ports/e200/devices/SPC560BCxx/boot.s
+++ b/os/common/ports/e200/devices/SPC560BCxx/boot.s
@@ -194,7 +194,6 @@ IVORS:
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15
- .weak _unhandled_exception
_IVOR0:
_IVOR1:
_IVOR2:
@@ -209,6 +208,7 @@ _IVOR12:
_IVOR13:
_IVOR14:
_IVOR15:
+ .global _unhandled_exception
_unhandled_exception:
b _unhandled_exception
diff --git a/os/common/ports/e200/devices/SPC560Bxx/boot.s b/os/common/ports/e200/devices/SPC560Bxx/boot.s
index d745b4fe4..7cf3349e5 100644
--- a/os/common/ports/e200/devices/SPC560Bxx/boot.s
+++ b/os/common/ports/e200/devices/SPC560Bxx/boot.s
@@ -194,7 +194,6 @@ IVORS:
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15
- .weak _unhandled_exception
_IVOR0:
_IVOR1:
_IVOR2:
@@ -209,6 +208,7 @@ _IVOR12:
_IVOR13:
_IVOR14:
_IVOR15:
+ .global _unhandled_exception
_unhandled_exception:
b _unhandled_exception
diff --git a/os/common/ports/e200/devices/SPC560Dxx/boot.s b/os/common/ports/e200/devices/SPC560Dxx/boot.s
index 8d57eee1e..601f14f20 100644
--- a/os/common/ports/e200/devices/SPC560Dxx/boot.s
+++ b/os/common/ports/e200/devices/SPC560Dxx/boot.s
@@ -194,7 +194,6 @@ IVORS:
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15
- .weak _unhandled_exception
_IVOR0:
_IVOR1:
_IVOR2:
@@ -209,6 +208,7 @@ _IVOR12:
_IVOR13:
_IVOR14:
_IVOR15:
+ .global _unhandled_exception
_unhandled_exception:
b _unhandled_exception
diff --git a/os/common/ports/e200/devices/SPC560Pxx/boot.s b/os/common/ports/e200/devices/SPC560Pxx/boot.s
index 2dc5abbf5..cdbecf616 100644
--- a/os/common/ports/e200/devices/SPC560Pxx/boot.s
+++ b/os/common/ports/e200/devices/SPC560Pxx/boot.s
@@ -194,7 +194,6 @@ IVORS:
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15
- .weak _unhandled_exception
_IVOR0:
_IVOR1:
_IVOR2:
@@ -209,6 +208,7 @@ _IVOR12:
_IVOR13:
_IVOR14:
_IVOR15:
+ .global _unhandled_exception
_unhandled_exception:
b _unhandled_exception
diff --git a/os/common/ports/e200/devices/SPC57EMxx_HSM/boot.s b/os/common/ports/e200/devices/SPC57EMxx_HSM/boot.s
index eea2570eb..3aa286d58 100644
--- a/os/common/ports/e200/devices/SPC57EMxx_HSM/boot.s
+++ b/os/common/ports/e200/devices/SPC57EMxx_HSM/boot.s
@@ -188,7 +188,6 @@ IVOR15: b _IVOR15
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15
- .weak _unhandled_exception
_IVOR0:
_IVOR1:
_IVOR2:
@@ -203,6 +202,7 @@ _IVOR12:
_IVOR13:
_IVOR14:
_IVOR15:
+ .global _unhandled_exception
_unhandled_exception:
b _unhandled_exception