2003-03-24 Joel Sherrill <joel@OARcorp.com>

PR 378/bsps
	* bsp_specs: Did not include ecrtn in endfile sections. Reported
	and fixed by elkolli@crf.canon.fr.
This commit is contained in:
Joel Sherrill
2003-03-24 17:17:41 +00:00
parent 818ab36a1c
commit 81aa167d52
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2003-03-24 Joel Sherrill <joel@OARcorp.com>
PR 378/bsps
* bsp_specs: Did not include ecrtn in endfile sections. Reported
and fixed by elkolli@crf.canon.fr.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -8,7 +8,7 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib:
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: ecrti%O%s --start-group \
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}}}
@@ -16,7 +16,10 @@
*startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: } \
%{qrtems_debug: }}}
%{qrtems_debug: }ecrti%O%s}}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -u download_entry -N }