From ea93f0e55eb90e49bea018237e260b53553668d1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 11 Apr 2013 08:41:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5587 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/PPC/SPC563Mxx/core.s | 21 --------------------- os/ports/GCC/PPC/SPC564Axx/core.s | 21 --------------------- os/ports/GCC/PPC/SPC56ELxx/core.s | 21 --------------------- os/ports/GCC/PPC/chcore.c | 2 +- 4 files changed, 1 insertion(+), 64 deletions(-) (limited to 'os') diff --git a/os/ports/GCC/PPC/SPC563Mxx/core.s b/os/ports/GCC/PPC/SPC563Mxx/core.s index d6068a1c8..a891783fc 100644 --- a/os/ports/GCC/PPC/SPC563Mxx/core.s +++ b/os/ports/GCC/PPC/SPC563Mxx/core.s @@ -181,28 +181,7 @@ _ivinit: /* * Unhandled exceptions handler. */ - .weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5 - .weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11 - .weak _IVOR12, _IVOR13, _IVOR14, _IVOR15, _IVOR32, _IVOR33 - .weak _IVOR34 .weak _unhandled_exception -_IVOR0: -_IVOR1: -_IVOR2: -_IVOR3: -_IVOR5: -_IVOR6: -_IVOR7: -_IVOR8: -_IVOR9: -_IVOR11: -_IVOR12: -_IVOR13: -_IVOR14: -_IVOR15: -_IVOR32: -_IVOR33: -_IVOR34: .type _unhandled_exception, @function _unhandled_exception: b _unhandled_exception diff --git a/os/ports/GCC/PPC/SPC564Axx/core.s b/os/ports/GCC/PPC/SPC564Axx/core.s index 92232a9fa..81fc7fa17 100644 --- a/os/ports/GCC/PPC/SPC564Axx/core.s +++ b/os/ports/GCC/PPC/SPC564Axx/core.s @@ -209,28 +209,7 @@ _ivinit: /* * Unhandled exceptions handler. */ - .weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5 - .weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11 - .weak _IVOR12, _IVOR13, _IVOR14, _IVOR15, _IVOR32, _IVOR33 - .weak _IVOR34 .weak _unhandled_exception -_IVOR0: -_IVOR1: -_IVOR2: -_IVOR3: -_IVOR5: -_IVOR6: -_IVOR7: -_IVOR8: -_IVOR9: -_IVOR11: -_IVOR12: -_IVOR13: -_IVOR14: -_IVOR15: -_IVOR32: -_IVOR33: -_IVOR34: .type _unhandled_exception, @function _unhandled_exception: b _unhandled_exception diff --git a/os/ports/GCC/PPC/SPC56ELxx/core.s b/os/ports/GCC/PPC/SPC56ELxx/core.s index d377275bb..f2355a195 100644 --- a/os/ports/GCC/PPC/SPC56ELxx/core.s +++ b/os/ports/GCC/PPC/SPC56ELxx/core.s @@ -510,28 +510,7 @@ _ivinit: /* * Unhandled exceptions handler. */ - .weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5 - .weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11 - .weak _IVOR12, _IVOR13, _IVOR14, _IVOR15, _IVOR32, _IVOR33 - .weak _IVOR34 .weak _unhandled_exception -_IVOR0: -_IVOR1: -_IVOR2: -_IVOR3: -_IVOR5: -_IVOR6: -_IVOR7: -_IVOR8: -_IVOR9: -_IVOR11: -_IVOR12: -_IVOR13: -_IVOR14: -_IVOR15: -_IVOR32: -_IVOR33: -_IVOR34: .type _unhandled_exception, @function _unhandled_exception: b _unhandled_exception diff --git a/os/ports/GCC/PPC/chcore.c b/os/ports/GCC/PPC/chcore.c index da8a4aac6..4644376cf 100644 --- a/os/ports/GCC/PPC/chcore.c +++ b/os/ports/GCC/PPC/chcore.c @@ -34,7 +34,7 @@ */ void port_init(void) { #if PPC_SUPPORTS_IVORS - /* The CPU support IVOR registers, the kernel requires IVOR4 and IVOR10 + /* The CPU supports IVOR registers, the kernel requires IVOR4 and IVOR10 and the initialization is performed here.*/ asm volatile ("li %%r3, _IVOR4@l \t\n" "mtIVOR4 %%r3 \t\n" -- cgit v1.2.3