------- Comment #12 from sayle at gcc dot gnu dot org 2006-02-17 21:39 ------- Subject: Bug 22209
Author: sayle Date: Fri Feb 17 21:38:59 2006 New Revision: 111211 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111211 Log: 2006-02-17 Roger Sayle <[EMAIL PROTECTED]> Richard Sandiford <[EMAIL PROTECTED]> PR target/22209 * config/mips/mips.h (MIN_UNITS_PER_WORD): Don't define for libgcc. * config/mips/_tilib.c: Remove. * config/fixtfdi.c: New libgcc source file. * config/fixunstfdi.c: New source file. * config/floatditf.c: New source file. * config/floatunditf.c: New souce file. * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Include the new source files above instead of config/mips/_tilib.c. * config/mips/t-linux64 (LIB2FUNCS_EXTRA): Likewise. Added: branches/gcc-4_1-branch/gcc/config/fixtfdi.c branches/gcc-4_1-branch/gcc/config/fixunstfdi.c branches/gcc-4_1-branch/gcc/config/floatditf.c branches/gcc-4_1-branch/gcc/config/floatunditf.c Removed: branches/gcc-4_1-branch/gcc/config/mips/_tilib.c Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/config/mips/mips.h branches/gcc-4_1-branch/gcc/config/mips/t-iris6 branches/gcc-4_1-branch/gcc/config/mips/t-linux64 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22209