]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/50989 (sparc libgcc2 __udivmoddi4 has undefined reference to .umul)
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Fri, 4 Nov 2011 12:57:40 +0000 (12:57 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Fri, 4 Nov 2011 12:57:40 +0000 (12:57 +0000)
2011-11-04  Joel Sherrill  <joel.sherrill@oarcorp.com>

PR target/50989
* config.host (sparc-*-rtems*): Add sparc/t-softmul.

From-SVN: r180946

libgcc/ChangeLog
libgcc/config.host

index 4474b7626b49d8900ea8b1c9f8c6d00b00aff08e..f629ac0d7c77136f1c04c21065a41e8ed1aa4028 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-04  Joel Sherrill  <joel.sherrill@oarcorp.com>
+
+       PR target/50989
+       * config.host (sparc-*-rtems*): Add sparc/t-softmul.
+
 2011-11-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * config/c6x/t-elf (LIB2ADDEH): Set.
index a979721bc11ebf681728a8bdda44abb1e14a3a85..01e71237d1af87ecd20dc42945ae901b9034e8bb 100644 (file)
@@ -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*)