From: Alan Modra Date: Tue, 7 Apr 2009 01:15:37 +0000 (+0000) Subject: re PR target/39634 (powerpc64 libgcc contains useless softfp functions) X-Git-Tag: releases/gcc-4.3.4~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d06e0688daad154f3136893c2f44a3c59bbb8603;p=thirdparty%2Fgcc.git re PR target/39634 (powerpc64 libgcc contains useless softfp functions) PR target/39634 * config.gcc (powerpc-*-linux*): Include soft-fp/t-softfp after rs6000/t-linux64. From-SVN: r145643 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9e5fb95b320..4f0a010630c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-04-07 Alan Modra + + PR target/39634 + * config.gcc (powerpc-*-linux*): Include soft-fp/t-softfp after + rs6000/t-linux64. + 2009-04-02 David Ayers PR objc/27377 diff --git a/gcc/config.gcc b/gcc/config.gcc index 96f025933c2a..56b004f708f5 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1969,7 +1969,7 @@ powerpc-*-linux*paired*) powerpc-*-linux*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h" extra_options="${extra_options} rs6000/sysv4.opt" - tmake_file="t-dfprules rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm" + tmake_file="t-dfprules rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm" case ${enable_targets}:${cpu_is_64bit} in *powerpc64* | all:* | *:yes) if test x$cpu_is_64bit = xyes; then @@ -1983,6 +1983,7 @@ powerpc-*-linux*) tm_file="${tm_file} rs6000/linux.h" ;; esac + tmake_file="${tmake_file} rs6000/t-fprules-softfp soft-fp/t-softfp" if test x${enable_secureplt} = xyes; then tm_file="rs6000/secureplt.h ${tm_file}" fi