diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index a9f771c82ec..a83456b386e 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2011-10-06 Rainer Orth + + PR bootstrap/49804 + * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to + extra_parts. + 2011-09-28 Nick Clifton * config/rx/rx-lib.h: Always restrict doubles to the SF type when diff --git a/libgcc/config.host b/libgcc/config.host index 25afb378db2..08c00a37f97 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -777,7 +777,7 @@ sparc-wrs-vxworks) ;; sparc64-*-freebsd*|ultrasparc-*-freebsd*) tmake_file="$tmake_file t-crtfm" - extra_parts=crtfastmath.o + extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o crtfastmath.o" ;; sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux extra_parts="$extra_parts crtfastmath.o"