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:16 +00:00
parent b3559ee9f5
commit d2836d4f7a
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-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c, console/ns16550cfg.c, console/polled_io.c,

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