summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 19:20:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 19:20:27 +0000
commit25ce07e07db33100ec6f2b3fc588b45a534e6932 (patch)
treee8a2b45467f88033441b3cd420d6c279f15eccb8 /c
parentChanged bra.s to bra.l to correct compilation error triggered by new (diff)
downloadrtems-25ce07e07db33100ec6f2b3fc588b45a534e6932.tar.bz2
Changed bra.s to bra.l to remove error with new version of binutils.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/start/start.S4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/start360/start360.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/start/start.S b/c/src/lib/libbsp/m68k/gen68360/start/start.S
index 65ca9a0b66..d25c3b43d4 100644
--- a/c/src/lib/libbsp/m68k/gen68360/start/start.S
+++ b/c/src/lib/libbsp/m68k/gen68360/start/start.S
@@ -296,7 +296,7 @@ Entry:
PUBLIC (_uhoh)
SYM(_uhoh): nop | Leave spot for breakpoint
stop #0x2700 | Stop with interrupts disabled
- bra.s SYM(_uhoh) | Stuck forever
+ bra.l SYM(_uhoh) | Stuck forever
/*
* Log, but otherwise ignore, spurious interrupts
@@ -407,7 +407,7 @@ SYM(_mainDone):
movew #1,a7 | Force a double bus error
movel d0,a7@- | This should cause a RESET
stop #0x2700 | Stop with interrupts disabled
- bra.s SYM(_mainDone) | Stuck forever
+ bra.l SYM(_mainDone) | Stuck forever
.align 2
PUBLIC (_HeapSize)
diff --git a/c/src/lib/libbsp/m68k/gen68360/start360/start360.S b/c/src/lib/libbsp/m68k/gen68360/start360/start360.S
index 65ca9a0b66..d25c3b43d4 100644
--- a/c/src/lib/libbsp/m68k/gen68360/start360/start360.S
+++ b/c/src/lib/libbsp/m68k/gen68360/start360/start360.S
@@ -296,7 +296,7 @@ Entry:
PUBLIC (_uhoh)
SYM(_uhoh): nop | Leave spot for breakpoint
stop #0x2700 | Stop with interrupts disabled
- bra.s SYM(_uhoh) | Stuck forever
+ bra.l SYM(_uhoh) | Stuck forever
/*
* Log, but otherwise ignore, spurious interrupts
@@ -407,7 +407,7 @@ SYM(_mainDone):
movew #1,a7 | Force a double bus error
movel d0,a7@- | This should cause a RESET
stop #0x2700 | Stop with interrupts disabled
- bra.s SYM(_mainDone) | Stuck forever
+ bra.l SYM(_mainDone) | Stuck forever
.align 2
PUBLIC (_HeapSize)