2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>

* bsp_specs: Remove warning on __start not found.
This commit is contained in:
Joel Sherrill
2010-04-25 15:20:36 +00:00
parent 2146dbac19
commit ee2903f27e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* bsp_specs: Remove warning on __start not found.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/avrtest.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/avrtest.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -4,7 +4,7 @@
*startfile: *startfile:
%{!qrtems: %(old_startfile)} \ %{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s -e __start}} %{!nostdlib: %{qrtems: start.o%s -e __init}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} \ %{!qrtems: %(old_endfile)} \