re PR target/22209 (libgfortran unresolvable symbols on irix6.5)
authorRoger Sayle <roger@eyesopen.com>
Wed, 8 Feb 2006 18:31:36 +0000 (18:31 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 8 Feb 2006 18:31:36 +0000 (18:31 +0000)
commit3b8318052298eb22355dad37ff842d871c409b3d
treebebfda43f375ce069f89e1dac6ba8ece0221d385
parent855dd2bcff9e32e053bf66e336405ded26e9c927
re PR target/22209 (libgfortran unresolvable symbols on irix6.5)

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.

From-SVN: r110760
gcc/ChangeLog
gcc/config/fixtfdi.c [new file with mode: 0644]
gcc/config/fixunstfdi.c [new file with mode: 0644]
gcc/config/floatditf.c [new file with mode: 0644]
gcc/config/floatunditf.c [new file with mode: 0644]
gcc/config/mips/_tilib.c [deleted file]
gcc/config/mips/mips.h
gcc/config/mips/t-iris6
gcc/config/mips/t-linux64