Changeset 6cc786f in rtems


Ignore:
Timestamp:
08/30/99 18:07:45 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a719382
Parents:
260b0c2
Message:

Patch from Ralf Corsepius <corsepiu@…>:

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.

Location:
c/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/gensh1/start/start.S

    r260b0c2 r6cc786f  
    4242        mov.l   vects_k,r0      ! vectab
    4343        mov     #0,r1           ! address of boot vector table
    44         mov     #0,r2           | number of bytes copied
     44        mov     #0,r2           ! number of bytes copied
    4545        mov.w   vects_size,r3   ! size of entries in vectab
    46461:
  • c/src/lib/start/sh/start.S

    r260b0c2 r6cc786f  
    4242        mov.l   vects_k,r0      ! vectab
    4343        mov     #0,r1           ! address of boot vector table
    44         mov     #0,r2           | number of bytes copied
     44        mov     #0,r2           ! number of bytes copied
    4545        mov.w   vects_size,r3   ! size of entries in vectab
    46461:
Note: See TracChangeset for help on using the changeset viewer.