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:43 +00:00
parent d209d9bbcc
commit 97207cb970
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.
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,

View File

@@ -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