From 25ce07e07db33100ec6f2b3fc588b45a534e6932 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Oct 1999 19:20:27 +0000 Subject: Changed bra.s to bra.l to remove error with new version of binutils. --- c/src/lib/libbsp/m68k/gen68360/start/start.S | 4 ++-- c/src/lib/libbsp/m68k/gen68360/start360/start360.S | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'c') 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) -- cgit v1.2.3