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:
Joel Sherrill
2011-03-04 14:37:34 +00:00
parent 7fce2ca5cd
commit 302784eafb
2 changed files with 7 additions and 1 deletions

View File

@@ -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>
* configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -143,6 +143,6 @@ __rtems_entry_point:
mtlr r3
blr
.Lstart:
.size _start,.Lstart-_start
.size __rtems_entry_point,.Lstart-__rtems_entry_point
.comm environ,4,4