From owner-svn-src-user@FreeBSD.ORG Fri Mar 26 06:06:20 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFA75106566B; Fri, 26 Mar 2010 06:06:20 +0000 (UTC) (envelope-from jmallett@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BF0898FC0A; Fri, 26 Mar 2010 06:06:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o2Q66KQt058695; Fri, 26 Mar 2010 06:06:20 GMT (envelope-from jmallett@svn.freebsd.org) Received: (from jmallett@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2Q66K95058693; Fri, 26 Mar 2010 06:06:20 GMT (envelope-from jmallett@svn.freebsd.org) Message-Id: <201003260606.o2Q66K95058693@svn.freebsd.org> From: Juli Mallett Date: Fri, 26 Mar 2010 06:06:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r205674 - user/jmallett/octeon/sys/mips/include X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2010 06:06:20 -0000 Author: jmallett Date: Fri Mar 26 06:06:20 2010 New Revision: 205674 URL: http://svn.freebsd.org/changeset/base/205674 Log: Check _MIPS_SZLONG to set _LARGE_LONG appropriately. Modified: user/jmallett/octeon/sys/mips/include/_limits.h Modified: user/jmallett/octeon/sys/mips/include/_limits.h ============================================================================== --- user/jmallett/octeon/sys/mips/include/_limits.h Fri Mar 26 06:03:21 2010 (r205673) +++ user/jmallett/octeon/sys/mips/include/_limits.h Fri Mar 26 06:06:20 2010 (r205674) @@ -34,6 +34,10 @@ #ifndef _MACHINE__LIMITS_H_ #define _MACHINE__LIMITS_H_ +#if _MIPS_SZLONG == 64 +#define _LARGE_LONG +#endif + /* * According to ANSI (section 2.2.4.2), the values below must be usable by * #if preprocessing directives. Additionally, the expression must have the