PR target/22209
commit53a488ea33a3f4d2b16163e69912885350d15db2
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Feb 2006 18:31:36 +0000 (8 18:31 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Feb 2006 18:31:36 +0000 (8 18:31 +0000)
treebebfda43f375ce069f89e1dac6ba8ece0221d385
parent1ec490b98436ed2d5d1891b8064107ad471ea7f3
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110760 138bc75d-0d04-0410-961f-82ee72b054a4
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