summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi332/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-12 16:38:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-12 16:38:57 +0000
commitb2b4835718515a377bcb82947bbd9890d7330aea (patch)
treea2e22c157a6c2c28361cfef6619e340362caeb26 /c/src/lib/libbsp/m68k/efi332/bsp_specs
parentPatch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b2b4835718515a377bcb82947bbd9890d7330aea.tar.bz2
Eric Norum <eric@cls.usask.ca> submitted linker script and bsp_specs
for the gen68360 that let it work with ELF and C++ exceptions. This was used as the basis for changes to EVERY m68k bsp_specs and linkcmds. Before this modification is over, the layout of the starting stack, heap, and workspace will likely be modified for every m68k BSP. Then they will all be very similar.
Diffstat (limited to 'c/src/lib/libbsp/m68k/efi332/bsp_specs')
-rw-r--r--c/src/lib/libbsp/m68k/efi332/bsp_specs6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/efi332/bsp_specs b/c/src/lib/libbsp/m68k/efi332/bsp_specs
index 61dac86b53..078f4054fb 100644
--- a/c/src/lib/libbsp/m68k/efi332/bsp_specs
+++ b/c/src/lib/libbsp/m68k/efi332/bsp_specs
@@ -16,8 +16,12 @@
*startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \
%{!qrtems_debug: start.o%s} \
-%{qrtems_debug: start_g.o%s}}
+%{qrtems_debug: start_g.o%s} \
+crti.o%s crtbegin.o%s}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
+*endfile:
+%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
+