summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 18:07:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 18:07:45 +0000
commit6cc786f96b907d6afeb2b836ae40f7a5169c9ebe (patch)
treeb89cc2a0c0746838623610f756cc423a515425b5 /c/src/lib/libbsp/sh/gensh1
parentPatch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to add (diff)
downloadrtems-6cc786f96b907d6afeb2b836ae40f7a5169c9ebe.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
Somehow a nasty bug has made it in sh/start.S ("|", instead of "!", to begin an asm comment). I have no idea how this could remain undiscovered for so long (It is in rtems-4.0.0, too!), however upgrading to binutils from sourceware's CVS sh-rtems-as chokes on this bug. => I guess, either binutils changed its conventions or an obvious bug in as has been fixed.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh1')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/start/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/start/start.S b/c/src/lib/libbsp/sh/gensh1/start/start.S
index 9deeb53fed..eb4501bc66 100644
--- a/c/src/lib/libbsp/sh/gensh1/start/start.S
+++ b/c/src/lib/libbsp/sh/gensh1/start/start.S
@@ -41,7 +41,7 @@ SYM (start):
! copy the vector table from rom to ram
mov.l vects_k,r0 ! vectab
mov #0,r1 ! address of boot vector table
- mov #0,r2 | number of bytes copied
+ mov #0,r2 ! number of bytes copied
mov.w vects_size,r3 ! size of entries in vectab
1:
mov.l @r1+,r4