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]

[patch RFA] tweak MIPS mips.h ISA_HAS_FP4 description.


I'd have applied this as obvious, but i believe i sent it in a diff to
Eric previously and he _didn't_ apply it...  Wasn't sure if that was
because it was not to his liking, or if it was just overlooked.

(the point is: ISA_HAS_FP4 does _not_ control use of FP nm{add,sub}. 8-)


chris
===================================================================
2002-06-20  Chris Demetriou  <cgd@broadcom.com>

	* config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use.

Index: config/mips/mips.h
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/config/mips/mips.h,v
retrieving revision 1.193
diff -u -p -r1.193 mips.h
--- config/mips/mips.h	19 Jun 2002 23:17:59 -0000	1.193
+++ config/mips/mips.h	20 Jun 2002 19:47:27 -0000
@@ -751,8 +751,8 @@ extern void		sbss_section PARAMS ((void)
 				 || ISA_MIPS64)
 
 /* This is a catch all for the other new mips4 instructions: indexed load and
-   indexed prefetch instructions, the FP madd,msub,nmadd, and nmsub
-   instructions, and the FP recip and recip sqrt instructions */
+   indexed prefetch instructions, the FP madd and msub instructions,
+   and the FP recip and recip sqrt instructions */
 #define ISA_HAS_FP4             ((ISA_MIPS4				\
 				  || ISA_MIPS64)       			\
  				 && !TARGET_MIPS16)


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