This is the mail archive of the gcc-patches@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]

vr4111 has no FPU


2003-11-05  Momchil Velikov  <velco@fadata.bg>

	* mips.c (override_options): Set MASK_SOFT_FLOAT for VR4111 too.

--- mips.c~	2003-10-21 12:25:37.000000000 +0300
+++ mips.c	2003-11-05 17:11:11.000000000 +0200
@@ -5249,6 +5249,7 @@ override_options ()
       switch ((int) mips_arch)
 	{
 	case PROCESSOR_R4100:
+	case PROCESSOR_R4111:
 	case PROCESSOR_R4120:
 	  target_flags |= MASK_SOFT_FLOAT;
 	  break;

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