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]

r160655 - in /trunk: gcc/ChangeLog gcc/config.g...


Author: kazu
Date: Sat Jun 12 07:44:51 2010
New Revision: 160655

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160655
Log:
gcc/
	* config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*,
	mips*-*-linux*): Add crtfastmath.o to extra_parts.
	* config/mips/crtfastmath.c: New.
	* config/mips/linux.h (ENDFILE_SPEC): New.

libgcc/
	* config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
	to tmake_file.  Add crtfastmath.o to extra_parts.
	* config/mips/t-crtfm: New.

Added:
    trunk/gcc/config/mips/crtfastmath.c
    trunk/libgcc/config/mips/
    trunk/libgcc/config/mips/t-crtfm
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/mips/linux.h
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host


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