diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-17 11:02:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-17 11:02:55 +0000 |
commit | 43457d3dc3dd46881b41a931ce1ca570936f6107 (patch) | |
tree | 0eefc611dafbb559478e10ee92591995ec5425d4 /os/ports/GCC | |
parent | e1009cd091e0e5cd04ecf52cda5f426782358dfb (diff) | |
download | ChibiOS-43457d3dc3dd46881b41a931ce1ca570936f6107.tar.gz ChibiOS-43457d3dc3dd46881b41a931ce1ca570936f6107.tar.bz2 ChibiOS-43457d3dc3dd46881b41a931ce1ca570936f6107.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5592 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC')
-rw-r--r-- | os/ports/GCC/PPC/SPC560BCxx/vectors.s | 2 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC560Pxx/vectors.s | 2 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC563Mxx/vectors.s | 2 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC564Axx/vectors.s | 2 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC56ELxx/vectors.s | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/os/ports/GCC/PPC/SPC560BCxx/vectors.s b/os/ports/GCC/PPC/SPC560BCxx/vectors.s index ae35a8ea4..1ed6ddde3 100644 --- a/os/ports/GCC/PPC/SPC560BCxx/vectors.s +++ b/os/ports/GCC/PPC/SPC560BCxx/vectors.s @@ -369,7 +369,7 @@ vector214: vector215:
vector216:
- .weak _unhandled_irq
+ .weak _unhandled_irq
.type _unhandled_irq, @function
_unhandled_irq:
b _unhandled_irq
diff --git a/os/ports/GCC/PPC/SPC560Pxx/vectors.s b/os/ports/GCC/PPC/SPC560Pxx/vectors.s index 0c358eefd..8fcbb27d9 100644 --- a/os/ports/GCC/PPC/SPC560Pxx/vectors.s +++ b/os/ports/GCC/PPC/SPC560Pxx/vectors.s @@ -435,7 +435,7 @@ vector258: vector259:
vector260:
- .weak _unhandled_irq
+ .weak _unhandled_irq
.type _unhandled_irq, @function
_unhandled_irq:
b _unhandled_irq
diff --git a/os/ports/GCC/PPC/SPC563Mxx/vectors.s b/os/ports/GCC/PPC/SPC563Mxx/vectors.s index afa7d8594..3b3053fdb 100644 --- a/os/ports/GCC/PPC/SPC563Mxx/vectors.s +++ b/os/ports/GCC/PPC/SPC563Mxx/vectors.s @@ -580,7 +580,7 @@ vector357: vector358:
vector359:
- .weak _unhandled_irq
+ .weak _unhandled_irq
.type _unhandled_irq, @function
_unhandled_irq:
b _unhandled_irq
diff --git a/os/ports/GCC/PPC/SPC564Axx/vectors.s b/os/ports/GCC/PPC/SPC564Axx/vectors.s index ff9abc8c7..7ac668d35 100644 --- a/os/ports/GCC/PPC/SPC564Axx/vectors.s +++ b/os/ports/GCC/PPC/SPC564Axx/vectors.s @@ -772,7 +772,7 @@ vector483: vector484:
vector485:
- .weak _unhandled_irq
+ .weak _unhandled_irq
.type _unhandled_irq, @function
_unhandled_irq:
b _unhandled_irq
diff --git a/os/ports/GCC/PPC/SPC56ELxx/vectors.s b/os/ports/GCC/PPC/SPC56ELxx/vectors.s index 8593415f9..22a35f1d5 100644 --- a/os/ports/GCC/PPC/SPC56ELxx/vectors.s +++ b/os/ports/GCC/PPC/SPC56ELxx/vectors.s @@ -426,7 +426,7 @@ vector253: vector254:
vector255:
- .weak _unhandled_irq
+ .weak _unhandled_irq
.type _unhandled_irq, @function
_unhandled_irq:
b _unhandled_irq
|