From e2d78b0b27f23688b5491f9116c6aa00418ad25d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 11 Feb 2009 07:25:20 +0000 Subject: [PATCH] =?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 change. --- c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog index 2a06c21a05..79b24fb199 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 change. + 2008-12-05 Ralf Corsépius * bsp_specs: Cosmetics. 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}