Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2010 01:57:13 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r205664 - user/jmallett/octeon/contrib/gcc/config/mips
Message-ID:  <201003260157.o2Q1vDDW001192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");			\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003260157.o2Q1vDDW001192>