This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r110760 - in /trunk/gcc: ChangeLog config/fixtf...


Author: sayle
Date: Wed Feb  8 18:31:36 2006
New Revision: 110760

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110760
Log:

	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:
    trunk/gcc/config/fixtfdi.c
    trunk/gcc/config/fixunstfdi.c
    trunk/gcc/config/floatditf.c
    trunk/gcc/config/floatunditf.c
Removed:
    trunk/gcc/config/mips/_tilib.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mips/mips.h
    trunk/gcc/config/mips/t-iris6
    trunk/gcc/config/mips/t-linux64


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]