From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from stout.engsoc.carleton.ca ([134.117.69.22]:58819 "EHLO stout.engsoc.carleton.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756751AbXF1DRA (ORCPT ); Wed, 27 Jun 2007 23:17:00 -0400 Date: Wed, 27 Jun 2007 23:06:03 -0400 From: Kyle McMartin Subject: Re: Userspace compiler support of "long long" Message-ID: <20070628030603.GC6805@fattire.cabal.ca> References: <467b0bf2.Xfs7T8Ys4nY9ZNLW%Joerg.Schilling@fokus.fraunhofer.de> <1182483527.10524.31.camel@shinybook.infradead.org> <20070622150038.GN23017@stusta.de> <20070627154046.GN1094@stusta.de> <468287a8.spBb6PdAZ4QV0j2Y%Joerg.Schilling@fokus.fraunhofer.de> <20070627173240.GR1094@stusta.de> <20070627155715.60ebc48f.randy.dunlap@oracle.com> <20070627161648.52d3786d.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070627161648.52d3786d.randy.dunlap@oracle.com> Sender: linux-arch-owner@vger.kernel.org To: Randy Dunlap Cc: Kyle Moffett , Adrian Bunk , LKML Kernel , David Woodhouse , david@lang.hm, linux-arch@vger.kernel.org List-ID: On Wed, Jun 27, 2007 at 04:16:48PM -0700, Randy Dunlap wrote: > > LDD3 ch. 11 says that long on Sparc64 is 32 bits. > > Same for "ppc" (don't know which power* arch. they mean by that). > > Hm, I suppose that table only applies to userspace, not kernel... > Doing 64-bit Linux non-LP64 would be an interesting exercise in masochism...