From 00ac31c43c375269b26c65fbbab11bea17641728 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 11 Feb 2009 07:25:48 +0000 Subject: =?UTF-8?q?2009-02-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bsp_specs: Remove stray % from '*startfile:' having crept in previous patch. --- c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src') diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog index ecc9be763b..e3401de6b2 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog @@ -1,3 +1,8 @@ +2009-02-11 Ralf Corsépius + + * bsp_specs: Remove stray % from '*startfile:' having crept in + previous patch. + 2008-12-08 Ralf Corsépius * bsp_specs: Backport from CVS-HEAD. diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs b/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs index b238ab8a46..44f36add1f 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs +++ b/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs @@ -4,7 +4,7 @@ *startfile: %{!qrtems: %(old_startfile)} \ -%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s start.o%s -u %__vectors}} +%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s start.o%s -u __vectors}} *endfile: %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn%O%s} -- cgit v1.2.3