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/m68k/mvme136/ChangeLog | 6 ++++++ c/src/lib/libbsp/m68k/mvme136/bsp_specs | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme136') diff --git a/c/src/lib/libbsp/m68k/mvme136/ChangeLog b/c/src/lib/libbsp/m68k/mvme136/ChangeLog index 5bae9e5aba..6f22f6f0a2 100644 --- a/c/src/lib/libbsp/m68k/mvme136/ChangeLog +++ b/c/src/lib/libbsp/m68k/mvme136/ChangeLog @@ -1,3 +1,9 @@ +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. + 2008-09-30 Joel Sherrill * timer/timer.c: Eliminate uses of old benchmark timer names. diff --git a/c/src/lib/libbsp/m68k/mvme136/bsp_specs b/c/src/lib/libbsp/m68k/mvme136/bsp_specs index 4a5560b651..5154de8c55 100644 --- a/c/src/lib/libbsp/m68k/mvme136/bsp_specs +++ b/c/src/lib/libbsp/m68k/mvme136/bsp_specs @@ -4,10 +4,10 @@ *startfile: %{!qrtems: %(old_startfile)} \ -%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} +%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}} *link: -%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} +%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} *endfile: %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -- cgit v1.2.3