From df39396289a92e1abdb006f5c85cc2d9308bc598 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Dec 2008 20:34:02 +0000 Subject: 2008-12-04 Joel Sherrill * bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19. --- c/src/lib/libbsp/powerpc/score603e/bsp_specs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/score603e/bsp_specs') diff --git a/c/src/lib/libbsp/powerpc/score603e/bsp_specs b/c/src/lib/libbsp/powerpc/score603e/bsp_specs index c8bfc84a4f..5285513a57 100644 --- a/c/src/lib/libbsp/powerpc/score603e/bsp_specs +++ b/c/src/lib/libbsp/powerpc/score603e/bsp_specs @@ -4,10 +4,10 @@ *startfile: %{!qrtems: %(old_startfile)} \ -%{!nostdlib: %{qrtems: ecrti%O%s start.o%s}} +%{!nostdlib: %{qrtems: ecrti%O%s start.o%s -e _start -u __vectors}} *endfile: %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} *link: -%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e _start -u __vectors} +%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic} -- cgit v1.2.3