Skip to content

Commit 62773b9

Browse files
author
wan35fr
committed
#356269 Chibios : vectors.s se_b issue on GHS #2
git-svn-id: http://svn.osdn.net/svnroot/chibios/branches/dev_2.6.x_gcc_4_9_2@9243 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
1 parent b2186b3 commit 62773b9

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

os/ports/GCC/PPC/SPC560Bxx/vectors.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ vector233:
405405
.type _unhandled_irq, @function
406406
_unhandled_irq:
407407
se_b _unhandled_irq
408-
409408
#endif /* !defined(__DOXYGEN__) */
410409

411410
/** @} */

os/ports/GCC/PPC/SPC560Pxx/vectors.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ vector260:
446446
.type _unhandled_irq, @function
447447
_unhandled_irq:
448448
se_b _unhandled_irq
449-
450449
#endif /* !defined(__DOXYGEN__) */
451450

452451
/** @} */

os/ports/GCC/PPC/SPC563Mxx/vectors.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ vector359:
593593
.type _unhandled_irq, @function
594594
_unhandled_irq:
595595
se_b _unhandled_irq
596-
597596
#endif /* !defined(__DOXYGEN__) */
598597

599598
/** @} */

os/ports/GCC/PPC/SPC56ECxx/vectors.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ vector267:
455455
.type _unhandled_irq, @function
456456
_unhandled_irq:
457457
se_b _unhandled_irq
458-
459458
#endif /* !defined(__DOXYGEN__) */
460459

461460
/** @} */

os/ports/GCC/PPC/SPC56ELxx/vectors.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ vector255:
437437
.type _unhandled_irq, @function
438438
_unhandled_irq:
439439
se_b _unhandled_irq
440-
441440
#endif /* !defined(__DOXYGEN__) */
442441

443442
/** @} */

0 commit comments

Comments
 (0)