svn commit: r205664 - user/jmallett/octeon/contrib/gcc/config/mips

Juli Mallett jmallett at FreeBSD.org
Fri Mar 26 01:57:13 UTC 2010


Author: jmallett
Date: Fri Mar 26 01:57:12 2010
New Revision: 205664
URL: http://svn.freebsd.org/changeset/base/205664

Log:
  Use the same 64-bit MIPS definition that the other GCC configurations use.  This
  fixes whether TARGET_64BIT is set in a few cases, particularly wrt libgcc2.  And
  that's not a good thing, but better to fix those problems than be inconsistent.

Modified:
  user/jmallett/octeon/contrib/gcc/config/mips/freebsd.h

Modified: user/jmallett/octeon/contrib/gcc/config/mips/freebsd.h
==============================================================================
--- user/jmallett/octeon/contrib/gcc/config/mips/freebsd.h	Fri Mar 26 01:35:19 2010	(r205663)
+++ user/jmallett/octeon/contrib/gcc/config/mips/freebsd.h	Fri Mar 26 01:57:12 2010	(r205664)
@@ -124,7 +124,7 @@ Boston, MA 02110-1301, USA.  */
       builtin_define ("__mips__");				\
 								\
       if (TARGET_64BIT)						\
-	builtin_define ("__mips64__");				\
+	builtin_define ("__mips64");				\
 								\
       if (TARGET_FLOAT64)					\
 	builtin_define ("__mips_fpr=64");			\


More information about the svn-src-user mailing list