2006-10-30 Joel Sherrill <joel@OARcorp.com>

* bsp_specs: Add crti, crtbegin, crtend, and crtn.
This commit is contained in:
Joel Sherrill
2006-10-30 22:17:12 +00:00
parent 85cef698a0
commit d1adbaed2a
8 changed files with 36 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
2006-10-30 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove superfluous -DASM. * Makefile.am: Remove superfluous -DASM.

View File

@@ -4,9 +4,12 @@
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s}}} %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
*endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }

View File

@@ -1,3 +1,7 @@
2006-10-30 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove superfluous -DASM. * Makefile.am: Remove superfluous -DASM.

View File

@@ -4,9 +4,12 @@
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{qrtems: \
%{!qrtems_debug: start.o%s crtbegin.o%s} \ %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s crtbegin.o%s}} %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
*endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }

View File

@@ -1,3 +1,7 @@
2006-10-30 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove superfluous -DASM. * Makefile.am: Remove superfluous -DASM.

View File

@@ -4,9 +4,12 @@
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{qrtems: \
%{!qrtems_debug: start.o%s crtbegin.o%s} \ %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s crtbegin.o%s}} %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
*endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }

View File

@@ -1,3 +1,7 @@
2006-10-30 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove superfluous -DASM. * Makefile.am: Remove superfluous -DASM.

View File

@@ -4,9 +4,12 @@
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{qrtems: \
%{!qrtems_debug: start.o%s crtbegin.o%s} \ %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s crtbegin.o%s}} %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
*endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }