forked from Imagelibrary/rtems
added c++ support
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
|
* bsp_specs, startup/linkcmds: add c++ support again
|
||||||
|
* preinstall.am: some fixes
|
||||||
|
|
||||||
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Add startup/bspclean.c
|
* Makefile.am: Add startup/bspclean.c
|
||||||
|
|||||||
@@ -3,11 +3,10 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} \
|
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
|
||||||
%{!nostdlib: %{qrtems: ecrti%O%s}}
|
|
||||||
|
|
||||||
*endfile:
|
*endfile:
|
||||||
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start}
|
||||||
|
|||||||
@@ -166,6 +166,8 @@ SECTIONS
|
|||||||
|
|
||||||
} > ram
|
} > ram
|
||||||
|
|
||||||
|
.jcr : { KEEP (*(.jcr)) } >RAM
|
||||||
|
|
||||||
.rel.dyn : {
|
.rel.dyn : {
|
||||||
*(.rel.init)
|
*(.rel.init)
|
||||||
*(.rel.text .rel.text.* .rel.gnu.linkonce.t.*)
|
*(.rel.text .rel.text.* .rel.gnu.linkonce.t.*)
|
||||||
|
|||||||
Reference in New Issue
Block a user