ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Thu, 19 Jun 2008 00:12:13 +0000 (19:12 -0500)
committerJohn Rigby <jrigby@freescale.com>
Fri, 11 Jul 2008 16:45:57 +0000 (10:45 -0600)
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
cpu/mcf5445x/start.S
cpu/mcf547x_8x/start.S

index 3241b278e1cabc9d5c5a537f9d5635e01242b5f3..89ec7bcc914599a3139526855f8d73d97f9c7d64 100644 (file)
@@ -253,7 +253,7 @@ clear_bss:
 /* exception code */
        .globl _fault
 _fault:
-       jmp _fault
+       bra _fault
        .globl  _exc_handler
 
 _exc_handler:
index 8b8708d030b34550ada6cd5cc79328bffda6d61d..87355f95813683eb75657a3f186a9b4263a37c04 100644 (file)
@@ -259,7 +259,7 @@ clear_bss:
 /* exception code */
        .globl _fault
 _fault:
-       jmp _fault
+       bra _fault
        .globl  _exc_handler
 
 _exc_handler: