From: Joel Sherrill Date: Fri, 4 Nov 2011 12:57:40 +0000 (+0000) Subject: re PR target/50989 (sparc libgcc2 __udivmoddi4 has undefined reference to .umul) X-Git-Tag: releases/gcc-4.7.0~2500 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7084e0378d09b29bd266d8858ca72ef7a5e18c57;p=thirdparty%2Fgcc.git re PR target/50989 (sparc libgcc2 __udivmoddi4 has undefined reference to .umul) 2011-11-04 Joel Sherrill PR target/50989 * config.host (sparc-*-rtems*): Add sparc/t-softmul. From-SVN: r180946 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4474b7626b49..f629ac0d7c77 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2011-11-04 Joel Sherrill + + PR target/50989 + * config.host (sparc-*-rtems*): Add sparc/t-softmul. + 2011-11-04 Rainer Orth * config/c6x/t-elf (LIB2ADDEH): Set. diff --git a/libgcc/config.host b/libgcc/config.host index a979721bc11e..01e71237d1af 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1025,7 +1025,7 @@ sparc-*-linux*) # SPARC's running GNU/Linux, libc6 md_unwind_header=sparc/linux-unwind.h ;; sparc-*-rtems*) - tmake_file="sparc/t-elf t-crtfm t-rtems t-fdpbit" + tmake_file="sparc/t-elf sparc/t-softmul t-crtfm t-rtems t-fdpbit" extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc*-*-solaris2*)