summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-04 17:08:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-04 17:08:50 +0000
commit447d2b4029c6df97041b06f522e4378ddb550157 (patch)
treeb6c9564ef0e972f2846764c142cb85959a584e5b /c
parent2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-447d2b4029c6df97041b06f522e4378ddb550157.tar.bz2
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -e start from %link. Remove start_g.o.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs7
2 files changed, 8 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
index 97289c6d7e..71cae5cf11 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * bsp_specs: Remove -e start from %link.
+ Remove start_g.o.
+
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, preinstall.am: Use shared tm27.h stub.
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs b/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs
index e5456faee5..be09c1a518 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs
@@ -3,12 +3,11 @@
%rename link old_link
*startfile:
-%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s \
-%{!qrtems_debug: start.o%s} \
-%{qrtems_debug: start_g.o%s}}}
+%{!qrtems: %(old_startfile)} \
+%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s start.o%s}}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn%O%s}
*link:
-%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start}
+%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N}