forked from Imagelibrary/rtems
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1751/bsps * start/start.S: Fix typo which was not caught by binutils prior to a recent bug fix.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1751/bsps
|
||||||
|
* start/start.S: Fix typo which was not caught by binutils prior to a
|
||||||
|
recent bug fix.
|
||||||
|
|
||||||
2009-10-16 Jennifer Averett <jennifer@OARcorp.com>
|
2009-10-16 Jennifer Averett <jennifer@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am, configure.ac, preinstall.am, console/alloc360.c,
|
* Makefile.am, configure.ac, preinstall.am, console/alloc360.c,
|
||||||
|
|||||||
@@ -150,6 +150,6 @@ __rtems_entry_point:
|
|||||||
mtlr r3
|
mtlr r3
|
||||||
blr
|
blr
|
||||||
.Lstart:
|
.Lstart:
|
||||||
.size _start,.Lstart-_start
|
.size __rtems_entry_point,.Lstart-__rtems_entry_point
|
||||||
|
|
||||||
.comm environ,4,4
|
.comm environ,4,4
|
||||||
|
|||||||
Reference in New Issue
Block a user