aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-19 11:17:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-19 11:17:14 +0000
commit664142cdfc4209a0ba1962add48e6881e526f80f (patch)
tree80d77334e101faa3e1e2ef8a42b62fcf9192ef6f /os/ports/GCC/PPC
parent2eb47a4914c3d1004b00262777fcb304f487753a (diff)
downloadChibiOS-664142cdfc4209a0ba1962add48e6881e526f80f.tar.gz
ChibiOS-664142cdfc4209a0ba1962add48e6881e526f80f.tar.bz2
ChibiOS-664142cdfc4209a0ba1962add48e6881e526f80f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5263 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC')
-rw-r--r--os/ports/GCC/PPC/SPC560BCxx/core.s6
-rw-r--r--os/ports/GCC/PPC/SPC560Pxx/core.s6
2 files changed, 2 insertions, 10 deletions
diff --git a/os/ports/GCC/PPC/SPC560BCxx/core.s b/os/ports/GCC/PPC/SPC560BCxx/core.s
index e16857aa5..40521e0f1 100644
--- a/os/ports/GCC/PPC/SPC560BCxx/core.s
+++ b/os/ports/GCC/PPC/SPC560BCxx/core.s
@@ -187,8 +187,7 @@ IVOR15: b _IVOR15
*/
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
- .weak _IVOR12, _IVOR13, _IVOR14, _IVOR15, _IVOR32, _IVOR33
- .weak _IVOR34
+ .weak _IVOR12, _IVOR13, _IVOR14, _IVOR15
.weak _unhandled_exception
_IVOR0:
_IVOR1:
@@ -204,9 +203,6 @@ _IVOR12:
_IVOR13:
_IVOR14:
_IVOR15:
-_IVOR32:
-_IVOR33:
-_IVOR34:
.type _unhandled_exception, @function
_unhandled_exception:
b _unhandled_exception
diff --git a/os/ports/GCC/PPC/SPC560Pxx/core.s b/os/ports/GCC/PPC/SPC560Pxx/core.s
index 245887f28..6311024b5 100644
--- a/os/ports/GCC/PPC/SPC560Pxx/core.s
+++ b/os/ports/GCC/PPC/SPC560Pxx/core.s
@@ -187,8 +187,7 @@ IVOR15: b _IVOR15
*/
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
- .weak _IVOR12, _IVOR13, _IVOR14, _IVOR15, _IVOR32, _IVOR33
- .weak _IVOR34
+ .weak _IVOR12, _IVOR13, _IVOR14, _IVOR15
.weak _unhandled_exception
_IVOR0:
_IVOR1:
@@ -204,9 +203,6 @@ _IVOR12:
_IVOR13:
_IVOR14:
_IVOR15:
-_IVOR32:
-_IVOR33:
-_IVOR34:
.type _unhandled_exception, @function
_unhandled_exception:
b _unhandled_exception