Changeset d2836d4f in rtems for c/src


Ignore:
Timestamp:
03/04/11 14:37:16 (13 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
c0640a2
Parents:
b3559ee9
Message:

2011-03-04 Joel Sherrill <joel.sherrilL@…>

PR 1751/bsps

  • start/start.S: Fix typo which was not caught by binutils prior to a recent bug fix.
Location:
c/src/lib/libbsp/powerpc/ep1a
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/ep1a/ChangeLog

    rb3559ee9 rd2836d4f  
     12011-03-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
     2
     3        PR 1751/bsps
     4        * start/start.S: Fix typo which was not caught by binutils prior to a
     5        recent bug fix.
     6
    172011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
    28
  • c/src/lib/libbsp/powerpc/ep1a/start/start.S

    rb3559ee9 rd2836d4f  
    144144        blr
    145145.Lstart:
    146         .size   _start,.Lstart-_start
     146        .size   __rtems_entry_point,.Lstart-__rtems_entry_point
    147147
    148148        .comm   environ,4,4
Note: See TracChangeset for help on using the changeset viewer.