From 447d2b4029c6df97041b06f522e4378ddb550157 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Dec 2008 17:08:50 +0000 Subject: =?UTF-8?q?2008-12-04=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bsp_specs: Remove -e start from %link. Remove start_g.o. --- c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs | 7 +++---- 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 + + * bsp_specs: Remove -e start from %link. + Remove start_g.o. + 2008-10-02 Joel Sherrill * 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} -- cgit v1.2.3