Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756698Ab2HXL5g (ORCPT ); Fri, 24 Aug 2012 07:57:36 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:55281 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753075Ab2HXL5d (ORCPT ); Fri, 24 Aug 2012 07:57:33 -0400 MIME-Version: 1.0 In-Reply-To: References: <201208231814.21168.tweek@tweek.dk> Date: Fri, 24 Aug 2012 07:57:31 -0400 Message-ID: Subject: Re: Drop support for x86-32 From: Brian Gerst To: wbrana Cc: Ronnie Collinson , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1130 Lines: 30 On Fri, Aug 24, 2012 at 6:42 AM, wbrana wrote: > On 8/24/12, Ronnie Collinson wrote: >> Hes just told you what x32 is, if you dont understand that, you cant >> understand why its not a replacement for x32_64 > I know what is x32. x32 is replacement for x86-32, not x86-64. Since you can't seem to do your homework: https://sites.google.com/site/x32abi/documents/x32-abi-1.0.pdf?attredirects=0&d=1 Chapter 10 ILP32 Programming Model "x32" is commonly used to refer to AMD64 ILP32 programming model. 10.2 Address Space ILP32 binaries reside in the lower 32 bits of the 64-bit virtual address space and all addresses are 32 bits in size. They should conform to small code model or small position independent code model (PIC) described in Section 3.5.1. 10.5 Coding Examples Although ILP32 binaries run in the 64-bit mode... -- Brian Gerst -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/