mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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.
|
||||||
|
|
||||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||||
|
|||||||
@@ -143,6 +143,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